Tag 560
SecurityRequestResult
Abbreviation:
ReqRsltDescription
The results returned to a Security Request message
Wire Format & Usage Example
Single field (key=value)
560=0 (ValidRequest)
In a FIX message (SecurityList)
8=FIX.4.4 | 9=... | 35=y | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 560=0 (ValidRequest) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 560=0 (ValidRequest) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
560=0 | ValidRequest | Valid request |
560=1 | InvalidOrUnsupportedRequest | Invalid or unsupported request |
560=2 | NoInstrumentsFound | No instruments found that match selection criteria |
560=3 | NotAuthorizedToRetrieveInstrumentData | Not authorized to retrieve instrument data |
560=4 | InstrumentDataTemporarilyUnavailable | Instrument data temporarily unavailable |
560=5 | RequestForInstrumentDataNotSupported | Request for instrument data not supported |
Enumerated Values
6| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | ValidRequest | Valid request | FIX.4.3 |
| 1 | InvalidOrUnsupportedRequest | Invalid or unsupported request | FIX.4.3 |
| 2 | NoInstrumentsFound | No instruments found that match selection criteria | FIX.4.3 |
| 3 | NotAuthorizedToRetrieveInstrumentData | Not authorized to retrieve instrument data | FIX.4.3 |
| 4 | InstrumentDataTemporarilyUnavailable | Instrument data temporarily unavailable | FIX.4.3 |
| 5 | RequestForInstrumentDataNotSupported | Request for instrument data not supported | FIX.4.3 |