Re: [Quickfix-developers] Fix Log Reader
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2004-02-02 11:16:17
|
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 is there already that possibility? Jörg > --oren > > -----Original Message----- > From: Rob Kulseth [mailto:ro...@ri...] > Sent: Friday, January 23, 2004 8:25 AM > To: qui...@li... > Subject: [Quickfix-developers] Fix Log Reader > > 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? |