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

Glossary Item Box

Description

Gets/sets the order Limit Price.

Property type

Read-write property

Syntax

Visual Basic
Public Property LimitPrice As Double

Return Type

Limit price represented as Double

Invalid value if the order type does not support limit 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