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

User name

old_password
Old password
new_password
New password
CQGCEL Interface : ChangePassword Method

Glossary Item Box

Description

Changes the password which is used for remote Open API user authentication

Syntax

Visual Basic
Public Sub ChangePassword( _
   ByVal username_ As String, _
   ByVal old_password As String, _
   ByVal new_password As String _
) 

Parameters

username_

User name

old_password
Old password
new_password
New password

See Also