Re: [Quickfix-developers] Raw message data
Brought to you by:
orenmnero
From: Andrei G. <an...@gm...> - 2009-10-15 19:03:09
|
On Thu, Oct 15, 2009 at 1:43 PM, George Hrysanthopoulos <ge...@so...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello everyone, > > Quick question: > > From my acceptor app, I want to get the raw data stream for a message > (session or otherwise) > including all field separators (0x01), etc. > > I want to dump this to a file later. > > How do I get this raw message? > > Many thanks, > > George Hrysanthopoulos Use the QuickFIX::Message.toString() in the fromApp() and fromAdmin() callbacks. |