Order.TimeInForce Property

Gets the time in force.
[ReadOnly(true)] 
public TimeInForce TimeInForce {get; set;}
This language is not supported or no code example is available.
[ReadOnly(true)] 
public:  
property TimeInForce TimeInForce { 
TimeInForce get( ); 
void set( 
TimeInForce value 
); 
}
This language is not supported or no code example is available.
public  
ReadOnly(true) 
function get TimeInForce() : TimeInForce
public  
ReadOnly(true) 
function set TimeInForce(value : TimeInForce);
This language is not supported or no code example is available.

Property Value

TimeInForce

The time in force.

In this article

Definition