AllocStatus

Tag 87

AllocStatus

Abbreviation: Stat
Typeint
Tag87
AddedFIX.2.7
Used in3 messages

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
WireNameDescription
87=0Acceptedaccepted (successfully processed)
87=1BlockLevelRejectblock level reject
87=2AccountLevelRejectaccount level reject
87=3Receivedreceived (received, not yet processed)
87=4Incompleteincomplete
87=5RejectedByIntermediaryrejected by intermediary
87=6AllocationPendingallocation pending
87=7Reversedreversed

Enumerated Values

8
ValueSymbolic NameDescriptionAdded
0Acceptedaccepted (successfully processed)FIX.2.7
1BlockLevelRejectblock level rejectFIX.2.7
2AccountLevelRejectaccount level rejectFIX.2.7
3Receivedreceived (received, not yet processed)FIX.4.0
4IncompleteincompleteFIX.4.4
5RejectedByIntermediaryrejected by intermediaryFIX.4.4
6AllocationPendingallocation pendingFIX.4.4
7ReversedreversedFIX.4.4