Tag 281
MDReqRejReason
Abbreviation:
Description
Reason for the rejection of a Market Data request.
Wire Format & Usage Example
Single field (key=value)
281=0 (UnknownSymbol)
In a FIX message (MarketDataRequestReject)
8=FIX.4.4 | 9=... | 35=Y | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 281=0 (UnknownSymbol) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 281=0 (UnknownSymbol) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
281=0 | UnknownSymbol | Unknown symbol |
281=1 | DuplicateMDReqID | Duplicate MDReqID |
281=2 | InsufficientBandwidth | Insufficient Bandwidth |
281=3 | InsufficientPermissions | Insufficient Permissions |
281=4 | UnsupportedSubscriptionRequestType | Unsupported SubscriptionRequestType |
281=5 | UnsupportedMarketDepth | Unsupported MarketDepth |
281=6 | UnsupportedMDUpdateType | Unsupported MDUpdateType |
281=7 | UnsupportedAggregatedBook | Unsupported AggregatedBook |
281=8 | UnsupportedMDEntryType | Unsupported MDEntryType |
Enumerated Values
9| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | UnknownSymbol | Unknown symbol | FIX.4.2 |
| 1 | DuplicateMDReqID | Duplicate MDReqID | FIX.4.2 |
| 2 | InsufficientBandwidth | Insufficient Bandwidth | FIX.4.2 |
| 3 | InsufficientPermissions | Insufficient Permissions | FIX.4.2 |
| 4 | UnsupportedSubscriptionRequestType | Unsupported SubscriptionRequestType | FIX.4.2 |
| 5 | UnsupportedMarketDepth | Unsupported MarketDepth | FIX.4.2 |
| 6 | UnsupportedMDUpdateType | Unsupported MDUpdateType | FIX.4.2 |
| 7 | UnsupportedAggregatedBook | Unsupported AggregatedBook | FIX.4.2 |
| 8 | UnsupportedMDEntryType | Unsupported MDEntryType | FIX.4.2 |