Indexes

Message Layouts
PostTrade
PreTrade
Trade

Datatype

Text

Base TypeString
A string, composed of any printable ASCII character from 32 to 126. The string may not include the following characters which serve as delimiters:<br>comma (ASCII decimal 44, hex 2C),<br>pipe (ASCII decimal 124, hex 7C),<br>double quote (ASCII decimal 34, hex 22),<br>and @ (ASCII decimal 64, hex 40).<br><br>When a Text data type is described, it will include a number, indicating the maximum length of the field. For example, Text (7) means that the field can contain up to 7 characters. Text values are case sensitive.<br><br>When represented in JSON, the following rule applies:<br><br>Backslash ‘\\’ is a reserved printable character in JSON and must be escaped in order to be used in strings by inserting a backslash prior to it within the string. For example: routedOrderID = 1234\\ABCD must be reported to CAT as “routedOrderID”:”1234\\\\ABCD”.<br><br> If the backslash is not escaped, it will be omitted from the string. For example, if the following is reported to CAT, “routedOrderID”:”1234\\ABCD”, it will be stored as routedOrderID = 1234ABCD.<br> <br> Escape characters do not participate in the field value length.

Orchimate Copyright 2026 Atomic Wire Technology Limited
Orchestra Copyright 2026 FIX Protocol Ltd
Terms of Service|Privacy Policy