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

Glossary Item Box

Description

Returns the CQG Gateway account name.

Property type

Read-only property

Syntax

Visual Basic
Public Property GWAccountName As String

Return Type

Account name stored at the CQG Gateway represented as String

Remarks

This represents the customer specified account name registered at the CQG system while opening the account.

Example

See the usage of GWAccountName property in the OnQueryProgress event's example section.

See Also