Log in

XMLData Data Type

data

XMLData fields are used to embed XML with a FIX message.

Values must contain a well-formed document, as defined by the W3C XML specification.

Since a valid XML document may contain the FIX field delimiter, XMLData fields must be preceded by an associated field of type Length.

Examples

ExampleValidNotes
<doc>text</doc>
<doc>textNot a valid XML document