Tag 127
DKReason
Abbreviation:
DkRsnDescription
Reason for execution rejection
Wire Format & Usage Example
Single field (key=value)
127=A (UnknownSymbol)
In a FIX message (DontKnowTrade)
8=FIX.4.4 | 9=... | 35=Q | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 127=A (UnknownSymbol) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 127=A (UnknownSymbol) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
127=A | UnknownSymbol | Unknown symbol |
127=B | WrongSide | Wrong side |
127=C | QuantityExceedsOrder | Quantity exceeds order |
127=D | NoMatchingOrder | No matching order |
127=E | PriceExceedsLimit | Price exceeds limit |
127=F | CalculationDifference | Calculation difference |
127=Z | Other | Other |
Enumerated Values
7| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| A | UnknownSymbol | Unknown symbol | FIX.4.0 |
| B | WrongSide | Wrong side | FIX.4.0 |
| C | QuantityExceedsOrder | Quantity exceeds order | FIX.4.0 |
| D | NoMatchingOrder | No matching order | FIX.4.0 |
| E | PriceExceedsLimit | Price exceeds limit | FIX.4.0 |
| F | CalculationDifference | Calculation difference | FIX.4.4 |
| Z | Other | Other | FIX.4.0 |