How to send FIXML message

Imported from previous forum

Hi,
For example,I want to send the message as following:







Shall I send it in in the format above or treat it as XML component and send it using the method as fix4.4 spec(adding message header and tail,using tag212 and ta213)

Thanks in advance

Lswallow

It is your choice and depends on your counterparty. You always send a FIX message but can do so in native FIXML syntax or in native FIX tag=value syntax or in FIX tag=value syntax with embedded FIXML syntax. Only the last option is done by using tags 212 and 213.

Hi,
For example,I want to send the message as following:







Shall I send it in in the format above or treat it as XML component and send it using the method as fix4.4 spec(adding message header and tail,using tag212 and ta213)

Thanks in advance

Lswallow