Tag 626
AllocType
Abbreviation:
AllocTypeDescription
Describes the specific type or purpose of an Allocation message (i.e. "Buyside Calculated")
Wire Format & Usage Example
Single field (key=value)
626=1 (Calculated)
In a FIX message (AllocationInstruction)
8=FIX.4.4 | 9=... | 35=J | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 626=1 (Calculated) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 626=1 (Calculated) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
626=1 | Calculated | Calculated (includes MiscFees and NetMoney) |
626=2 | Preliminary | Preliminary (without MiscFees and NetMoney) |
626=5 | ReadyToBook | Ready-To-Book |
626=7 | WarehouseInstruction | Warehouse instruction |
626=8 | RequestToIntermediary | Request to Intermediary |
Enumerated Values
5| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | Calculated | Calculated (includes MiscFees and NetMoney) | FIX.4.3 |
| 2 | Preliminary | Preliminary (without MiscFees and NetMoney) | FIX.4.3 |
| 5 | ReadyToBook | Ready-To-Book | FIX.4.3 |
| 7 | WarehouseInstruction | Warehouse instruction | FIX.4.4 |
| 8 | RequestToIntermediary | Request to Intermediary | FIX.4.4 |