Gets/sets the quantity of the order.
Read-write property
Visual Basic |
---|
Public Property Quantity As Long |
Order quantity represented as Long
This property becomes read-only after the order is placed.
The quantity may be signed if the UseOrderSide configuration setting is set to False.
See eOrderProperty Enumeration for details.
See the usage of Quantity property in the OrderChanged event's example section.