radhika sambamurti
2004-12-06 16:59:05 UTC
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
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
---
It's all a matter of perspective. You can choose your view by choosing
where to stand.
Larry Wall
---