DayOrderQty Field

For GT orders, the OrderQty (38) less all quantity (adjusted for stock splits) that traded on previous days. DayOrderQty (424) = OrderQty (CumQty (14) DayCumQty (425))  
 
public const int DayOrderQty = 424
This language is not supported or no code example is available.
public:  
const int DayOrderQty = 424;
This language is not supported or no code example is available.
public const DayOrderQty : int = 424
This language is not supported or no code example is available.

Field Value

int

In this article

Definition