Tag 339
TradSesMode
Abbreviation:
Description
Trading Session Mode
Wire Format & Usage Example
Single field (key=value)
339=3 (Production)
In a FIX message (TradingSessionStatusRequest)
8=FIX.4.4 | 9=... | 35=g | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 339=3 (Production) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 339=3 (Production) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
339=3 | Production | Production |
339=1 | Testing | Testing |
339=2 | Simulated | Simulated |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 3 | Production | Production | FIX.4.2 |
| 1 | Testing | Testing | FIX.4.2 |
| 2 | Simulated | Simulated | FIX.4.2 |