Gets/sets the order Limit Price.
Read-write property
Visual Basic |
---|
Public Property LimitPrice As Double |
Limit price represented as Double
Invalid value if the order type does not support limit prices.
This property becomes read-only after the order is placed.
See eOrderProperty Enumeration for details.
See the usage of CQGOrder properties in the OrderChanged event's example section.