{{Quickfixn}} get prices

Grant Birchmeier gbirchmeier at connamara.com
Fri Mar 8 12:29:02 PST 2013


Have you looked at the example programs?  I think those would be
helpful to you.  Have a look at the Executor:
https://github.com/connamara/quickfixn/tree/master/Examples/Executor

Also, read the tutorial if you haven't yet.  This page is especially relevant.
http://quickfixn.org/tutorial/receiving-messages

-Grant

On Fri, Mar 8, 2013 at 2:22 PM, Walter Robert Ditzler
<ditwal001 at gmail.com> wrote:
> Hi again there,
>
> i still didnt get the whole mechanism oft he quickfix/n. I have a message
> object coming from the FromApp event.
>
> I do
>
> ***
> if(message.Header.GetString(Tags.MsgType).Equals(MsgType.MARKET_DATA_SNAPSHO
> T_FULL_REFRESH))
> {
>   Console.WriteLine(message.GetDecimal(Tags.BidPx).ToString());
> }
> ***
>
> I just want to extract the prices, but I don't get any. From my tcpdump I
> see prices coming in. when I set a break point into the "if", I see it
> reaches there.
>
> What do I do wrong here?
>
> Thanks a lot for help,
>
> Walter.
>
>
>
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com



-- 
Grant Birchmeier
Connamara Systems, LLC
Made-To-Measure Trading Solutions.
Exactly what you need. No more. No less.
http://connamara.com



More information about the Quickfixn mailing list