Tag 590
BookingUnit
Abbreviation:
BkngUnitDescription
Indicates what constitutes a bookable unit.
Wire Format & Usage Example
Single field (key=value)
590=0 (EachPartialExecutionIsABookableUnit)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 590=0 (EachPartialExecutionIsABookableUnit) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 590=0 (EachPartialExecutionIsABookableUnit) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
590=0 | EachPartialExecutionIsABookableUnit | Each partial execution is a bookable unit |
590=1 | AggregatePartialExecutionsOnThisOrder | Aggregate partial executions on this order, and book one trade per order |
590=2 | AggregateExecutionsForThisSymbol | Aggregate executions for this symbol, side, and settlement date |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | EachPartialExecutionIsABookableUnit | Each partial execution is a bookable unit | FIX.4.3 |
| 1 | AggregatePartialExecutionsOnThisOrder | Aggregate partial executions on this order, and book one trade per order | FIX.4.3 |
| 2 | AggregateExecutionsForThisSymbol | Aggregate executions for this symbol, side, and settlement date | FIX.4.3 |