Re: [Quickfix-developers] Fix Log Reader
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2004-02-02 11:49:14
|
Yes, of course it can be done. It's just harder. :) -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Joerg Thoennes <Joe...@ma...> To: Miller, Oren <OM...@ri...> CC: Rob Kulseth <ro...@ri...>; = qui...@li... = <qui...@li...> Sent: Mon Feb 02 04:12:27 2004 Subject: Re: [Quickfix-developers] Fix Log Reader Miller, Oren wrote: > This can be done with some modification. In C++ this is already > possible since the constructor for Message takes in a DataDictionary > which it can use to parse messages with repeating groups. What we = need > to do is wrap the data dictionary with a managed C++ class and allow = it > to be passed into the .NET Message constructor, then the message can > parse properly. Oren, I think this should be added to the Java API in the same way. Or=20 is there already that possibility? J=F6rg > --oren >=20 > -----Original Message----- > From: Rob Kulseth [mailto:ro...@ri...]=20 > Sent: Friday, January 23, 2004 8:25 AM > To: qui...@li... > Subject: [Quickfix-developers] Fix Log Reader >=20 > I am using C# trying to build an application that can read a FIX = message > log and present it in a more readable format in order to debug certin > application level errors. I have used the QuickFix.Message class to > parse simple messages, however any message with repeating groups = throws > an invalid message exception. I gather that the problem is that the > Message(string) constructor isn't able to handle parsing repeating > groups unless I somehow attach the Fix spec XML file or use some sort = of > specialized parser. Is this possible with QuickFix, or should I look > elsewhere? Is the only option building my own parser? |