Tag 749
TradeRequestResult
Abbreviation:
ReqRsltDescription
Result of Trade Request
4000+ Reserved and available for bi-laterally agreed upon user-defined values
Wire Format & Usage Example
Single field (key=value)
749=0 (Successful)
In a FIX message (TradeCaptureReportRequestAck)
8=FIX.4.4 | 9=... | 35=AQ | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 749=0 (Successful) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 749=0 (Successful) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
749=0 | Successful | Successful (Default) |
749=1 | InvalidOrUnknownInstrument | Invalid or unknown instrument |
749=2 | InvalidTypeOfTradeRequested | Invalid type of trade requested |
749=3 | InvalidParties | Invalid parties |
749=4 | InvalidTransportTypeRequested | Invalid Transport Type requested |
749=5 | InvalidDestinationRequested | Invalid Destination requested |
749=8 | TradeRequestTypeNotSupported | TradeRequestType not supported |
749=9 | NotAuthorized | Unauthorized for Trade Capture Report Request |
749=99 | Other | Other |
Enumerated Values
9| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Successful | Successful (Default) | FIX.4.4 |
| 1 | InvalidOrUnknownInstrument | Invalid or unknown instrument | FIX.4.4 |
| 2 | InvalidTypeOfTradeRequested | Invalid type of trade requested | FIX.4.4 |
| 3 | InvalidParties | Invalid parties | FIX.4.4 |
| 4 | InvalidTransportTypeRequested | Invalid Transport Type requested | FIX.4.4 |
| 5 | InvalidDestinationRequested | Invalid Destination requested | FIX.4.4 |
| 8 | TradeRequestTypeNotSupported | TradeRequestType not supported | FIX.4.4 |
| 9 | NotAuthorized | Unauthorized for Trade Capture Report Request | FIX.4.4 |
| 99 | Other | Other | FIX.4.4 |