Discussion:
[Quickfix-users] Parsing a Fix message
radhika sambamurti
2004-12-06 16:59:05 UTC
Permalink
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
---
Oren Miller
2004-12-08 12:45:11 UTC
Permalink
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
http://www.quickfixengine.org/quickfix/doc/html/index.html
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#.
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
https://lists.sourceforge.net/lists/listinfo/quickfix-users
Continue reading on narkive:
Loading...