Tag 1429
OrderDelayUnit
Abbreviation:
OrdDelayUnitDescription
Time unit in which the OrderDelay(1428) is expressed
Wire Format & Usage Example
Single field (key=value)
1429=0 (Seconds)
In a FIX message (TradeCaptureReport)
8=FIX.4.4 | 9=... | 35=AE | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1429=0 (Seconds) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1429=0 (Seconds) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1429=0 | Seconds | Seconds (default if not specified) |
1429=1 | TenthsOfASecond | Tenths of a second |
1429=2 | HundredthsOfASecond | Hundredths of a second |
1429=3 | Milliseconds | milliseconds |
1429=4 | Microseconds | microseconds |
1429=5 | Nanoseconds | nanoseconds |
1429=10 | Minutes | minutes |
1429=11 | Hours | hours |
1429=12 | Days | days |
1429=13 | Weeks | weeks |
1429=14 | Months | months |
1429=15 | Years | years |
Enumerated Values
12| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Seconds | Seconds (default if not specified) | FIX.5.0SP1 |
| 1 | TenthsOfASecond | Tenths of a second | FIX.5.0SP1 |
| 2 | HundredthsOfASecond | Hundredths of a second | FIX.5.0SP1 |
| 3 | Milliseconds | milliseconds | FIX.5.0SP1 |
| 4 | Microseconds | microseconds | FIX.5.0SP1 |
| 5 | Nanoseconds | nanoseconds | FIX.5.0SP1 |
| 10 | Minutes | minutes | FIX.5.0SP1 |
| 11 | Hours | hours | FIX.5.0SP1 |
| 12 | Days | days | FIX.5.0SP1 |
| 13 | Weeks | weeks | FIX.5.0SP1 |
| 14 | Months | months | FIX.5.0SP1 |
| 15 | Years | years | FIX.5.0SP1 |