CQG API 4.0 - Revised
GWAccountID Property
See Also  Send Feedback
CQGAccount Interface : GWAccountID Property

Glossary Item Box

Description

Returns the account identifier set by CQG Gateway.

Property type

Read-only property

Syntax

Visual Basic
Public Property GWAccountID As Long

Return Type

CQG Gateway account identifier represented as Long

Remarks

When a new account is added to the CQG system it gets a unique Gateway identification number.

Example

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

See Also