Re: [Quickfix-users] Serialization/Deserialization of Fix Message
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2003-08-20 14:08:55
|
Right now, you can't, unless you implement this yourself. toXML wasn't = really designed for transmission, it was more designed for debugging, = logging, and report generation. -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Juergen Jetmar <je...@gm...> To: qui...@li... = <qui...@li...> Sent: Tue Aug 19 07:40:39 2003 Subject: [Quickfix-users] Serialization/Deserialization of Fix Message Hello,=20 =20 I need to send fix messages over a network.=20 =20 There are two ways how to serialize the content of the messages :=20 =20 1.)=20 use the toString() and the Message() constructor.=20 =20 2.) use the toXML(). And here is the problem. How to create a = message object from a XML stream ? =20 thanks for any answer.=20 =20 Cheers,=20 jj |