Returns the filled quantity of the leg.
Read-only property
Visual Basic |
---|
Public Property Quantity( _ Optional ByVal leg_ As Long = 0 _ ) As Long |
- leg_
- The leg to get data for
Quantity represented as Long.
The quantity will be signed if UseOrderSide setting of CQG API Configuration is set to False.
This property is valid for legs and for the whole CQGFill as well.
See the usage of CQGFill properties in the OrderChanged event's example section.