Name | Base Type | Description | Pedigree |
|---|---|---|---|
| int | none | Sequence of digits without commas or decimals and optional sign character (ASCII characters "-" and "0" - "9" ). The sign character utilizes one byte (i.e. positive int is "99999" while negative int is "-99999"). Examples:
| Added FIX.2.7 Updated FIX.4.0 |
| float | none | Sequence of digits with optional decimal point and sign character (ASCII characters "-", "0" - "9" and "."); the absence of the decimal point within the string will be interpreted as the float representation of an integer value. All float fields must accommodate up to fifteen significant digits. | Added FIX.2.7 Updated FIX.4.0 |
| char | none | Alpha-numeric free format strings, can include any character or punctuation except the delimiter. All char fields are case sensitive (i.e. morstatt ≠ Morstatt). | Added FIX.2.7 |
| data | none | Raw data with no format or content restrictions. Data fields are always immediately preceded by a length field. Caution: may contain the delimiter (SOH) character. | Added FIX.2.7 Updated FIX.4.0 |
| time | none | Time/date combination in YYYYMMDD-HH:MM:SS format, colons and dash required. Valid values:
| Added FIX.4.0 |
| date | none | Date in YYYYMMDD format. Valid values:
| Added FIX.4.0 |
Orchimate Copyright 2026 Atomic Wire Technology Limited
Orchestra Copyright 2026 FIX Protocol Ltd
Terms of Service|Privacy Policy