Tag 808
AllocIntermedReqType
Abbreviation:
IntermedReqTypDescription
Response to allocation to be communicated to a counterparty through an intermediary, i.e. clearing house. Used in conjunction with AllocType = "Request to Intermediary" and AllocReportType = "Request to Intermediary"
Wire Format & Usage Example
Single field (key=value)
808=1 (PendingAccept)
In a FIX message (AllocationInstruction)
8=FIX.4.4 | 9=... | 35=J | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 808=1 (PendingAccept) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 808=1 (PendingAccept) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
808=1 | PendingAccept | Pending Accept |
808=2 | PendingRelease | Pending Release |
808=3 | PendingReversal | Pending Reversal |
808=4 | Accept | Accept |
808=5 | BlockLevelReject | Block Level Reject |
808=6 | AccountLevelReject | Account Level Reject |
Enumerated Values
6| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | PendingAccept | Pending Accept | FIX.4.4 |
| 2 | PendingRelease | Pending Release | FIX.4.4 |
| 3 | PendingReversal | Pending Reversal | FIX.4.4 |
| 4 | Accept | Accept | FIX.4.4 |
| 5 | BlockLevelReject | Block Level Reject | FIX.4.4 |
| 6 | AccountLevelReject | Account Level Reject | FIX.4.4 |