[Quickfix-developers] Fix Log Reader
Brought to you by:
orenmnero
From: Rob K. <ro...@ri...> - 2004-01-29 17:12:24
|
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? |