Hi together
I want to add groups to a message, but i want to do it in the least typesafe way. As an example: I get an xml which looks like this:
<message>
<header>
<field number=x></field>
</header
<body>
<field number=x></field>
<group><field number=x></field></group>
</body>
I want to create the fix message now without knowing what type the message is. So can anyone give me an example how to do this?
Thank you and best regards
Fabio
|