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

Glossary Item Box

Description

Returns the corresponding CQGAccount object.

Property type

Read-only property

Syntax

Visual Basic
Public Property Account As CQGAccount

Return Type

CQGAccount object to which this CQGPosition belongs

Remarks

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

Example

See the usage of CQGPosition properties in the AccountChanged event's example section.

See Also