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

Glossary Item Box

Description

Returns the original order Gateway identifier.

Property type

Read-only property

Syntax

Visual Basic
Public Property OriginalOrderID As String

Return Type

Original order Gateway identifier, represented as String

Remarks

This property stays equal to GWOrderID until some order transformation (e.g. order modification or cancellation) takes place. In that case the GWOrderID property obtains a new value and OriginalOrderID stays the same, thus identifying the initial order.

Example

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

See Also