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

Glossary Item Box

Description

Returns the order's local state.

Property type

Read-only property

Syntax

Visual Basic
Public Property State As eOrderLocalState

Return Type

Local state represented as eOrderLocalState

Remarks

This property identifies the order's progress inside CQG API.

See eOrderProperty Enumeration for details.

Example

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

See Also