Tag 286
OpenCloseSettleFlag
Abbreviation:
Description
Flag that identifies a price.
Wire Format & Usage Example
Single field (key=value)
286=1 (SessionOpen)
In a FIX message (MarketDataRequest)
8=FIX.4.4 | 9=... | 35=V | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 286=1 (SessionOpen) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 286=1 (SessionOpen) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
286=1 | SessionOpen | Session Open / Close / Settlement price |
286=2 | DeliverySettlementEntry | Delivery Settlement price |
286=3 | ExpectedEntry | Expected price |
286=4 | EntryFromPreviousBusinessDay | Price from previous business day |
286=0 | DailyOpen | Daily Open / Close / Settlement price |
Enumerated Values
5| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | SessionOpen | Session Open / Close / Settlement price | FIX.4.2 |
| 2 | DeliverySettlementEntry | Delivery Settlement price | FIX.4.2 |
| 3 | ExpectedEntry | Expected price | FIX.4.3 |
| 4 | EntryFromPreviousBusinessDay | Price from previous business day | FIX.4.3 |
| 0 | DailyOpen | Daily Open / Close / Settlement price | FIX.4.2 |