LeavesQty Field

Quantity open for further execution. If the OrdStatus (39) is Canceled, DoneForTheDay, Expired, Calculated, or Rejected (in which case the order is no longer active) then LeavesQty could be 0, otherwise LeavesQty = OrderQty (38) CumQty (14).  
(Prior to FIX 4.2 this field was of type int)  
 
public const int LeavesQty = 151
This language is not supported or no code example is available.
public:  
const int LeavesQty = 151;
This language is not supported or no code example is available.
public const LeavesQty : int = 151
This language is not supported or no code example is available.

Field Value

int

In this article

Definition