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

Glossary Item Box

Description

Returns order Gateway identifier.

Property type

Read-only property

Syntax

Visual Basic
Public Property GWOrderID As String

Return Type

Gateway identifier, represented as String

Remarks

This property can change its value if the order was modified or canceled. See the Remarks section of OriginalOrderID property for details.

Example

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

See Also