CQG API 4.0 - Revised
GWLogon Method
See Also  Send Feedback
username_

Gateway account username

password_

Gateway account password

CQGCEL Interface : GWLogon Method

Glossary Item Box

Description

Login to Gateway with the specified username and password.

Syntax

Visual Basic
Public Sub GWLogon( _
   ByVal username_ As String, _
   ByVal password_ As String _
) 

Parameters

username_

Gateway account username

password_

Gateway account password

Remarks

The method work depends on GatewayEnabled property value.

Use username_ = "DEMO" and password_ = "DEMO" for login to Gateway with a demo account.

See Also