[Quickfix-developers] Read FIX::OrderQty and other fields as strings in C++
Brought to you by:
orenmnero
From: Joaquín G. <j.g...@ra...> - 2009-05-12 06:34:16
|
Hi All, I want to re-send information received in QuickFix execution reports to other applications. Messages are sent using MSMQ. Thus, I need no write msmq message (CString or std::string) using data taken from the FIX message. So I have to convert, for example, a FIX::OrderQty variable to CString or std::string. How can I do that? Thank you. |