ExpireTime

Tag 126

ExpireTime

Abbreviation: ExpireTm
TypeUTCTimestamp
Tag126
AddedFIX.4.0
Used in18 messages

Description

Time/Date of order expiration (always expressed in UTC (Universal Time Coordinated, also known as "GMT") The meaning of expiration is specific to the context where the field is used. For orders, this is the expiration time of a Good Til Date TimeInForce. For Quotes - this is the expiration of the quote. Expiration time is provided across the quote message dialog to control the length of time of the overall quoting process. For collateral requests, this is the time by which collateral must be assigned. For collateral assignments, this is the time by which a response to the assignment is expected.

Wire Format & Usage Example

Single field (key=value)
126=20240101-09:30:00.000
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 126=20240101-09:30:00.000 |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 126=20240101-09:30:00.000 is this field's position in the message.