Tag 340
TradSesStatus
Abbreviation:
Description
State of the trading session.
Wire Format & Usage Example
Single field (key=value)
340=1 (Halted)
In a FIX message (TradingSessionStatus)
8=FIX.4.4 | 9=... | 35=h | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 340=1 (Halted) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 340=1 (Halted) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
340=1 | Halted | Halted |
340=2 | Open | Open |
340=3 | Closed | Closed |
340=4 | PreOpen | Pre-Open |
340=5 | PreClose | Pre-Close |
Enumerated Values
5| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | Halted | Halted | FIX.4.2 |
| 2 | Open | Open | FIX.4.2 |
| 3 | Closed | Closed | FIX.4.2 |
| 4 | PreOpen | Pre-Open | FIX.4.2 |
| 5 | PreClose | Pre-Close | FIX.4.2 |