Tag 589
DayBookingInst
Abbreviation:
DayBkngInstDescription
Indicates whether or not automatic booking can occur.
Wire Format & Usage Example
Single field (key=value)
589=0 (Auto)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 589=0 (Auto) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 589=0 (Auto) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
589=0 | Auto | Can trigger booking without reference to the order initiator ("auto") |
589=1 | SpeakWithOrderInitiatorBeforeBooking | Speak with order initiator before booking ("speak first") |
589=2 | Accumulate | Accumulate |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Auto | Can trigger booking without reference to the order initiator ("auto") | FIX.4.3 |
| 1 | SpeakWithOrderInitiatorBeforeBooking | Speak with order initiator before booking ("speak first") | FIX.4.3 |
| 2 | Accumulate | Accumulate | FIX.4.4 |