ContingencyType

Tag 1385

ContingencyType

Abbreviation: ContingencyType
Typeint
Tag1385
AddedFIX.5.0
Used in2 messages

Description

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
WireNameDescription
1385=1OneCancelsTheOtherOne Cancels the Other (OCO)
1385=2OneTriggersTheOtherOne Triggers the Other (OTO)
1385=3OneUpdatesTheOtherAbsoluteOne Updates the Other (OUO) - Absolute Quantity Reduction
1385=4OneUpdatesTheOtherProportionalOne Updates the Other (OUO) - Proportional Quantity Reduction

Enumerated Values

4
ValueSymbolic NameDescriptionAdded
1OneCancelsTheOtherOne Cancels the Other (OCO)FIX.5.0
2OneTriggersTheOtherOne Triggers the Other (OTO)FIX.5.0
3OneUpdatesTheOtherAbsoluteOne Updates the Other (OUO) - Absolute Quantity ReductionFIX.5.0
4OneUpdatesTheOtherProportionalOne Updates the Other (OUO) - Proportional Quantity ReductionFIX.5.0

Used in Messages

2