RE: [Quickfix-developers] Fix Log Reader
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2004-01-31 06:31:56
|
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 -----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 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? ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |