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

Glossary Item Box

Description

Gets/sets the corresponding CQGAccount object of the order.

Property type

Read-write property

Syntax

Visual Basic
Public Property Account As CQGAccount

Return Type

CQGAccount object to which this CQGOrder belongs

Remarks

This property becomes read-only after the order is placed.

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

Example

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

See Also