Gets/sets order Stop Price.
Read-write property
Visual Basic |
---|
Public Property StopPrice As Double |
Stop price represented as Double.
Invalid value if order type does not support stop 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.