OrdRejReason

Tag 103

OrdRejReason

Abbreviation: RejRsn
Typeint
Tag103
AddedFIX.2.7
Used in2 messages

Description

Code to identify reason for order rejection. Note: Values 3, 4, and 5 will be used when rejecting an order due to pre-allocation information errors.

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
WireNameDescription
103=0BrokerCreditBroker / Exchange option
103=1UnknownSymbolUnknown symbol
103=2ExchangeClosedExchange closed
103=3OrderExceedsLimitOrder exceeds limit
103=4TooLateToEnterToo late to enter
103=5UnknownOrderUnknown order
103=6DuplicateOrderDuplicate Order (e.g. dupe ClOrdID)
103=7DuplicateOfAVerballyCommunicatedOrderDuplicate of a verbally communicated order
103=8StaleOrderStale order
103=9TradeAlongRequiredTrade along required
103=10InvalidInvestorIDInvalid Investor ID
103=11UnsupportedOrderCharacteristicUnsupported order characteristic
103=12SurveillenceOptionSurveillence Option
103=13IncorrectQuantityIncorrect quantity
103=14IncorrectAllocatedQuantityIncorrect allocated quantity
103=15UnknownAccountUnknown account(s)
103=18InvalidPriceIncrementInvalid price increment
103=99OtherOther

Enumerated Values

18
ValueSymbolic NameDescriptionAdded
0BrokerCreditBroker / Exchange optionFIX.2.7
1UnknownSymbolUnknown symbolFIX.2.7
2ExchangeClosedExchange closedFIX.2.7
3OrderExceedsLimitOrder exceeds limitFIX.2.7
4TooLateToEnterToo late to enterFIX.4.0
5UnknownOrderUnknown orderFIX.4.1
6DuplicateOrderDuplicate Order (e.g. dupe ClOrdID)FIX.4.1
7DuplicateOfAVerballyCommunicatedOrderDuplicate of a verbally communicated orderFIX.4.2
8StaleOrderStale orderFIX.4.2
9TradeAlongRequiredTrade along requiredFIX.4.3
10InvalidInvestorIDInvalid Investor IDFIX.4.3
11UnsupportedOrderCharacteristicUnsupported order characteristicFIX.4.3
12SurveillenceOptionSurveillence OptionFIX.4.3
13IncorrectQuantityIncorrect quantityFIX.4.4
14IncorrectAllocatedQuantityIncorrect allocated quantityFIX.4.4
15UnknownAccountUnknown account(s)FIX.4.4
18InvalidPriceIncrementInvalid price incrementFIX.4.4
99OtherOtherFIX.4.4

Used in Messages

2