[Quickfix-users] Serialization/Deserialization of Fix Message
Brought to you by:
orenmnero
From: Juergen J. <je...@gm...> - 2003-08-19 12:40:52
|
Hello, I need to send fix messages over a network. There are two ways how to serialize the content of the messages : 1.) use the toString() and the Message() constructor. 2.) use the toXML(). And here is the problem. How to create a message object from a XML stream ? thanks for any answer. Cheers, jj |