Re: [Quickfix-developers] Parsing FIX message string
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-12-14 17:36:05
|
The Message class has a constructor which takes a string. Pass your message in there. If you have one, you can also pass in a DataDictionary into the constructor. --oren Fanshteyn, Timur wrote: > We are using QuickFix 10.0.2 with .NET > > How can I parse a message string into a QuickFix message. > > The reason for doing it is being able to send messages that are stored > in a database (resends), or to parse message logs and display user > readable information. > > Thanks for the help > > Timur |