Re: [Quickfix-developers] How to construct message from a string
Brought to you by:
orenmnero
From: JiteshT <ji...@ed...> - 2008-05-31 01:58:53
|
Hello Han, Use the following code: QuickFix.Message msg = new QuickFix.Message(buffer); //where buffer is your message string The constructor is overloaded. You can optionally supply a datadictionary, and choose to validate the message. Note, this creates a generic Message object, not NewOrderSingle message. ----- -- Jitesh Thakkar Edge Financial Technologies www.edgefinite.com -- View this message in context: http://www.nabble.com/How-to-construct-message-from-a-string-tp17560452p17570873.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |