RE: [Quickfix-developers] Parsing FIX message string
Brought to you by:
orenmnero
|
From: Fanshteyn, T. <tfa...@bo...> - 2005-12-14 17:36:38
|
NET implementation doesn't seem to have that constructor -----Original Message----- From: Oren Miller [mailto:or...@qu...] Sent: Wednesday, December 14, 2005 12:36 PM To: Fanshteyn, Timur Cc: qui...@li... Subject: Re: [Quickfix-developers] Parsing FIX message string 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 |