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

Gateway account username

password_

Gateway account password

otpassword_
One-time password
CQGCEL Interface : GWOTPLogon Method

Glossary Item Box

Description

Log in to Gateway with specified username, password and OneTimePassword

Syntax

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

Parameters

username_

Gateway account username

password_

Gateway account password

otpassword_
One-time password

See Also