[Quickfix-users] Parsing a Fix message
Brought to you by:
orenmnero
|
From: radhika s. <ra...@88...> - 2004-12-06 18:54:42
|
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 =3D new QuickFix(message);
//How can I further parse this string?
}
Thanks
Radhika
--=20
It's all a matter of perspective. You can choose your view by choosing
where to stand.
Larry Wall
---
|