Tag 102
CxlRejReason
Abbreviation:
Description
Code to identify reason for cancel rejection.
Wire Format & Usage Example
Single field (key=value)
102=0 (TooLateToCancel)
In a FIX message (OrderCancelReject)
8=FIX.4.4 | 9=... | 35=9 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 102=0 (TooLateToCancel) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 102=0 (TooLateToCancel) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
102=0 | TooLateToCancel | Too late to cancel |
102=1 | UnknownOrder | Unknown order |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | TooLateToCancel | Too late to cancel | FIX.2.7 |
| 1 | UnknownOrder | Unknown order | FIX.2.7 |