CQG API 4.0 - Revised
GWLogonName Property
See Also  Send Feedback
CQGEnvironment Interface : GWLogonName Property

Glossary Item Box

Description

Returns the trader name, which is currently used to logon to the CQG Gateway.

Property type

Read-only property

Syntax

Visual Basic
Public Property GWLogonName As String

Return Type

Trader login name represented as String.

Empty string if the user is not logged on to CQG Gateway.

Remarks

Note: Logging on to the CQGIC is different from logging on to the CQG Gateway.

You log on to CQGIC using your CQGIC user name upon CQGIC startup.

You log on to the CQG Gateway using your trader logon name when you want to place orders, etc.

Example

See the usage of CQGEnvironment properties in the LineTimeChanged event's example section.

See Also