Tag 103
OrdRejReason
Abbreviation:
Description
Code to identify reason for order rejection.
Wire Format & Usage Example
Single field (key=value)
103=0 (BrokerCredit)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 103=0 (BrokerCredit) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 103=0 (BrokerCredit) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
103=0 | BrokerCredit | Broker option |
103=1 | UnknownSymbol | Unknown symbol |
103=2 | ExchangeClosed | Exchange closed |
103=3 | OrderExceedsLimit | Order exceeds limit |
103=4 | TooLateToEnter | Too late to enter |
103=5 | UnknownOrder | Unknown Order |
103=6 | DuplicateOrder | Duplicate Order |
Enumerated Values
7| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | BrokerCredit | Broker option | FIX.2.7 |
| 1 | UnknownSymbol | Unknown symbol | FIX.2.7 |
| 2 | ExchangeClosed | Exchange closed | FIX.2.7 |
| 3 | OrderExceedsLimit | Order exceeds limit | FIX.2.7 |
| 4 | TooLateToEnter | Too late to enter | FIX.4.0 |
| 5 | UnknownOrder | Unknown Order | FIX.4.1 |
| 6 | DuplicateOrder | Duplicate Order | FIX.4.1 |