How to use fixml inside fix message

Imported from previous forum

As we know a standard fix message contains three parts - tag-value with delimiter

  1. header
  2. body
  3. trailer

What I understand that to incorporate fixml in fix message , the header is same
the body containd two tags XMLDataLen and XMLDATA followed by standard trailer …

Please tell me that whether I@m thinking in right way ?

Thanks and regards
Rajib

Yes, that is how you would send FIXML (or any XML message format) over a FIX Session. Note that technically XmlData and XmlDataLen are actually part of the Standard Header definition.

>
> As we know a standard fix message contains three parts - tag-value with delimiter
>
> 1. header
> 2. body
> 3. trailer
>
> What I understand that to incorporate fixml in fix message , the header is same
> the body containd two tags XMLDataLen and XMLDATA followed by standard trailer …
>
>
> Please tell me that whether I@m thinking in right way ?
>
> Thanks and regards
> Rajib
>
>