GTBookingInst Field

Code to identify whether to book out executions on a part-filled GT order on the day of execution or to accumulate.  
Valid values:  
0 = book out all trades on day of execution  
1 = accumulate executions until order is filled or expires  
2 = accumulate until verbally notified otherwise  
 
public const int GTBookingInst = 427
This language is not supported or no code example is available.
public:  
const int GTBookingInst = 427;
This language is not supported or no code example is available.
public const GTBookingInst : int = 427
This language is not supported or no code example is available.

Field Value

int

In this article

Definition