CQG API 4.0 - Revised
LogOn Method
See Also  Send Feedback
username_
User name used for authentication
password_
Password used for authentication
CQGCEL Interface : LogOn Method

Glossary Item Box

Description

Log on to LoginDB via login service and startup CEL if remote Open API user passes the authentication

Syntax

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

Parameters

username_
User name used for authentication
password_
Password used for authentication

See Also