CQG API 4.0 - Revised
Order Property
See Also  Send Feedback
CQGOrderProperty Interface : Order Property

Glossary Item Box

Description

Returns the corresponding CQGOrder object.

Property type

Read-only property

Syntax

Visual Basic
Public Property Order As CQGOrder

Return Type

If the property belongs to CQGOrder Properties collection this property will return the corresponding CQGOrder object.

If the property belongs to CQGOrderModify Properties collection, this property value will be Nothing.

Remarks

This property will be convenient for those who are familiar with the VBA specific Parent option.

See Also