CQG API 4.0 - Revised
Order Property
See Also  Send Feedback
CQGFill 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

CQGOrder object to which this fill belongs

Remarks

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

Example

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

See Also