{{Quickfixn}} get prices
Walter Robert Ditzler
ditwal001 at gmail.com
Fri Mar 8 12:22:32 PST 2013
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.
More information about the Quickfixn
mailing list