Re: [Quickfix-developers] QF/C++: building as FIX-message from a string
Brought to you by:
orenmnero
From: Natala, B. J <ben...@jp...> - 2011-11-22 14:39:45
|
The message constructor accepts string FIX messages. With repeating groups, pass the data dictionary in as well. In python it looks like this: dataDictionary = quickfix.DataDictionary( "C:\\Temp\\FIX44.xml" ) # you should already have the data dictionary object in your application message = quickfix.Message( fixstring, dataDictionary ) -----Original Message----- From: Joh...@di... [mailto:Joh...@di...] Sent: Tuesday, November 22, 2011 8:56 AM To: qui...@li... Subject: [Quickfix-developers] QF/C++: building as FIX-message from a string QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email. |