Tag 792
SettlInstReqRejCode
Abbreviation:
SettlInstReqRejCodeDescription
Identifies reason for rejection (of a settlement instruction request message).
Wire Format & Usage Example
Single field (key=value)
792=0 (UnableToProcessRequest)
In a FIX message (SettlementInstructions)
8=FIX.4.4 | 9=... | 35=T | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 792=0 (UnableToProcessRequest) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 792=0 (UnableToProcessRequest) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
792=0 | UnableToProcessRequest | Unable to process request |
792=1 | UnknownAccount | Unknown account |
792=2 | NoMatchingSettlementInstructionsFound | No matching settlement instructions found |
792=99 | Other | Other |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | UnableToProcessRequest | Unable to process request | FIX.4.4 |
| 1 | UnknownAccount | Unknown account | FIX.4.4 |
| 2 | NoMatchingSettlementInstructionsFound | No matching settlement instructions found | FIX.4.4 |
| 99 | Other | Other | FIX.4.4 |