TimeInForce Field

Specifies how long the order remains in effect. Absence of this field is interpreted as DAY. NOTE not applicable to CIV Orders.  
Valid values:  
0 = Day (or session)  
1 = Good Till Cancel (GTC)  
2 = At the Opening (OPG)  
3 = Immediate or Cancel (IOC)  
4 = Fill or Kill (FOK)  
5 = Good Till Crossing (GTX)  
6 = Good Till Date  
7 = At the Close  
(see Volume 1: "Glossary" for value definitions)  
 
public const int TimeInForce = 59
This language is not supported or no code example is available.
public:  
const int TimeInForce = 59;
This language is not supported or no code example is available.
public const TimeInForce : int = 59
This language is not supported or no code example is available.

Field Value

int

In this article

Definition