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

Glossary Item Box

Description

Returns order Gateway status.

Property type

Read-only property

Syntax

Visual Basic
Public Property GWStatus As eOrderStatus

Return Type

Gateway status, represented as eOrderStatus.

See eOrderProperty Enumeration for details.

Remarks

This property identifies the order's progress in CQG Gateway.

Example

See the usage of GWStatus property in the OrderChanged event's example section.

See Also