OrderDelayUnit

Tag 1429

OrderDelayUnit

Abbreviation: OrdDelayUnit
Typeint
Tag1429
AddedFIX.5.0SP1
Used in2 messages

Description

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
WireNameDescription
1429=0SecondsSeconds (default if not specified)
1429=1TenthsOfASecondTenths of a second
1429=2HundredthsOfASecondHundredths of a second
1429=3Millisecondsmilliseconds
1429=4Microsecondsmicroseconds
1429=5Nanosecondsnanoseconds
1429=10Minutesminutes
1429=11Hourshours
1429=12Daysdays
1429=13Weeksweeks
1429=14Monthsmonths
1429=15Yearsyears

Enumerated Values

12
ValueSymbolic NameDescriptionAdded
0SecondsSeconds (default if not specified)FIX.5.0SP1
1TenthsOfASecondTenths of a secondFIX.5.0SP1
2HundredthsOfASecondHundredths of a secondFIX.5.0SP1
3MillisecondsmillisecondsFIX.5.0SP1
4MicrosecondsmicrosecondsFIX.5.0SP1
5NanosecondsnanosecondsFIX.5.0SP1
10MinutesminutesFIX.5.0SP1
11HourshoursFIX.5.0SP1
12DaysdaysFIX.5.0SP1
13WeeksweeksFIX.5.0SP1
14MonthsmonthsFIX.5.0SP1
15YearsyearsFIX.5.0SP1