TradingSessionID Field

Identifier for Trading Session  
Can be used to represent a specific market trading session (e.g. PRE-OPEN", "CROSS_2", "AFTER-HOURS", "TOSTNET1", "TOSTNET2", etc).  
To specify good for session where session spans more than one calendar day, use TimeInForce = Day in conjunction with TradingSessionID.  
Values should be bi-laterally agreed to between counterparties.  
Firms may register Trading Session values on the FIX website (presently a document maintained within ECN and Exchanges working group section).  
 
public const int TradingSessionID = 336
This language is not supported or no code example is available.
public:  
const int TradingSessionID = 336;
This language is not supported or no code example is available.
public const TradingSessionID : int = 336
This language is not supported or no code example is available.

Field Value

int

In this article

Definition