[Quickfix-developers] QF/C++: building as FIX-message from a string
Brought to you by:
orenmnero
From: <Joh...@di...> - 2011-11-22 13:55:57
|
Hi QF/C++ - developers, can anybody give me some advice who I can change a string to a FIX-message. The string is read from an external source, e.g. a message-queueing-system. Right now I am treating the string with FIX::Parser::readFixMessage and afterwards with FIX::Message::setString. But in most of the cases the validation fails. Especially when the string contains repeating groups ....! Any help or some example-code would be highly appreciated. Thanks, Hannes Johannes Grimm -------------------------------------------------------------------------------------- DIE SOFTWARE Peter Fitzon GmbH Im Klosterbauhof 3 85560 Ebersberg Deutschland Tel.-Zentrale: +49 (0) 80 92 / 86 17 - 0 Tel.-Durchwahl: +49 (0) 80 92 / 86 17 - 173 Fax: +49 (0) 80 92 / 86 17 - 373 Schweiz Tel.-Zentrale: +41 (0) 43 / 48 83 - 000 Tel.-Durchwahl: +41 (0) 43 / 48 83 - 173 Fax: +41 (0) 43 / 48 83 - 373 mailto:joh...@di... Internet: http://www.die-software.com Geschäftsführer: Peter Fitzon, Klaus J. Friese Registergericht: Amtsgericht München, HRB 101848 -------------------------------------------------------------------------------------- |