Returns the remaining quantity of the order, i.e. the part of order quantity which is still not filled.
Read-only property
Visual Basic |
---|
Public Property RemainingQuantity As Long |
Remaining quantity represented as Long
The quantity may be signed if the UseOrderSide configuration setting is set to False.
See the usage of CQGOrder properties in the OrderChanged event's example section.