Tag 751
TradeReportRejectReason
Abbreviation:
RejRsnDescription
Reason Trade Capture Request was rejected.
100+ Reserved and available for bi-laterally agreed upon user-defined values
Wire Format & Usage Example
Single field (key=value)
751=0 (Successful)
In a FIX message (TradeCaptureReportAck)
8=FIX.4.4 | 9=... | 35=AR | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 751=0 (Successful) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 751=0 (Successful) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
751=0 | Successful | Successful (default) |
751=1 | InvalidPartyOnformation | Invalid party onformation |
751=2 | UnknownInstrument | Unknown instrument |
751=3 | UnauthorizedToReportTrades | Unauthorized to report trades |
751=4 | InvalidTradeType | Invalid trade type |
751=99 | Other | Other |
Enumerated Values
6| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Successful | Successful (default) | FIX.4.4 |
| 1 | InvalidPartyOnformation | Invalid party onformation | FIX.4.4 |
| 2 | UnknownInstrument | Unknown instrument | FIX.4.4 |
| 3 | UnauthorizedToReportTrades | Unauthorized to report trades | FIX.4.4 |
| 4 | InvalidTradeType | Invalid trade type | FIX.4.4 |
| 99 | Other | Other | FIX.4.4 |