Message: ObtainDemoCredentials

File: WebAPI/user_session_2.proto

Description

Request for temporary user name and password for demo. Clients of ObtainDemoCredentials are responsible to verify provided e-mail (e.g., by sending passwords by e-mail only) and prevent possible abuse.

Prerequisites: The client’s IP address must be in the list of allowed IP addresses,
ensuring that only approved by CQG clients can execute the request.

Response: ObtainDemoCredentialsResult.

Used in

ClientMsg

Fields

client_app_id

Type: string

Description: Identifier of the client application as assigned by CQG.

first_name

Type: string

Description: User first name.

second_name

Type: string

Description: User second name.

e_mail

Type: string

Description: E-mail address of a user who requested demo access.

private_label

Type: string

Description: Private label identifies the Firm or Vendor that connects to the server, client_app_id field value is taken by default.