Tag 87
AllocStatus
Abbreviation:
Description
Identifies status of allocation.
Wire Format & Usage Example
Single field (key=value)
87=0 (Accepted)
In a FIX message (AllocationInstructionAck)
8=FIX.4.4 | 9=... | 35=P | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 87=0 (Accepted) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 87=0 (Accepted) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
87=0 | Accepted | accepted (successfully processed) |
87=1 | BlockLevelReject | rejected |
87=2 | AccountLevelReject | partial accept |
87=3 | Received | received (received, not yet processed) |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Accepted | accepted (successfully processed) | FIX.2.7 |
| 1 | BlockLevelReject | rejected | FIX.2.7 |
| 2 | AccountLevelReject | partial accept | FIX.2.7 |
| 3 | Received | received (received, not yet processed) | FIX.4.0 |