Re: [Quickfix-users] Parsing a Fix message
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-12-08 14:44:53
|
Radhika, See the documentation on Recieving Messages. It talks about how to pull fields out of messages. C# examples are provided: http://www.quickfixengine.org/quickfix/doc/html/receiving_messages.html --oren On Dec 6, 2004, at 12:54 PM, radhika sambamurti wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > I am a relative fix newbie. I am trying to parse a QuickFix string in > C#. > Here is some code: > > private void ParseFixMessage(string fixfld, string msg_name, DataTable > fld_tbl) > { > > QuickFix fix_msg = new QuickFix(message); > //How can I further parse this string? > } > > Thanks > Radhika > > > -- > It's all a matter of perspective. You can choose your view by choosing > where to stand. > Larry Wall > --- > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |