CQG API 4.0 - Revised
StopPrice Property
See Also  Send Feedback
CQGOrder Interface : StopPrice Property

Glossary Item Box

Description

Gets/sets order Stop Price.

Property type

Read-write property

Syntax

Visual Basic
Public Property StopPrice As Double

Return Type

Stop price represented as Double.

Invalid value if order type does not support stop prices.

Remarks

This property becomes read-only after the order is placed.

See eOrderProperty Enumeration for details.

Example

See the usage of CQGOrder properties in the OrderChanged event's example section.

See Also