Tag 1385
ContingencyType
Abbreviation:
ContingencyTypeDescription
Defines the type of contingency.
Wire Format & Usage Example
Single field (key=value)
1385=1 (OneCancelsTheOther)
In a FIX message (NewOrderList)
8=FIX.4.4 | 9=... | 35=E | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1385=1 (OneCancelsTheOther) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1385=1 (OneCancelsTheOther) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1385=1 | OneCancelsTheOther | One Cancels the Other (OCO) |
1385=2 | OneTriggersTheOther | One Triggers the Other (OTO) |
1385=3 | OneUpdatesTheOtherAbsolute | One Updates the Other (OUO) - Absolute Quantity Reduction |
1385=4 | OneUpdatesTheOtherProportional | One Updates the Other (OUO) - Proportional Quantity Reduction |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | OneCancelsTheOther | One Cancels the Other (OCO) | FIX.5.0 |
| 2 | OneTriggersTheOther | One Triggers the Other (OTO) | FIX.5.0 |
| 3 | OneUpdatesTheOtherAbsolute | One Updates the Other (OUO) - Absolute Quantity Reduction | FIX.5.0 |
| 4 | OneUpdatesTheOtherProportional | One Updates the Other (OUO) - Proportional Quantity Reduction | FIX.5.0 |