Returns the trader name, which is currently used to logon to the CQG Gateway.
Read-only property
Visual Basic |
---|
Public Property GWLogonName As String |
Trader login name represented as String.
Empty string if the user is not logged on to CQG Gateway.
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.
See the usage of CQGEnvironment properties in the LineTimeChanged event's example section.