Tag 125
CxlType
Abbreviation:
Description
Defines if cancel is for part or all of the remaining quantity of an order.
Wire Format & Usage Example
Single field (key=value)
125=F (FullRemainingQuantity)
In a FIX message (OrderCancelRequest)
8=FIX.4.4 | 9=... | 35=F | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 125=F (FullRemainingQuantity) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 125=F (FullRemainingQuantity) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
125=F | FullRemainingQuantity | full remaining quantity |
125=P | PartialCancel | partial cancel (reduce quantity) |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| F | FullRemainingQuantity | full remaining quantity | FIX.4.0 |
| P | PartialCancel | partial cancel (reduce quantity) | FIX.4.0 |