CQG API 4.0 - Revised
Account Property
See Also  Send Feedback
CQGAccountSummary 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 CQGAccountSummary belongs

Remarks

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

Example

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

See Also