CQG API 4.0 - Revised
RequestGWConnection Method
See Also  Send Feedback
cqg_gw_connection_request
Specifies the gateway connection request, which contains all the parameters as properties.
CQGCEL Interface : RequestGWConnection Method

Glossary Item Box

Description

Starts a gateway connection request

Syntax

Visual Basic
Public Sub RequestGWConnection( _
   ByVal cqg_gw_connection_request As CQGGWConnectionRequest _
) 

Parameters

cqg_gw_connection_request
Specifies the gateway connection request, which contains all the parameters as properties.

Remarks

If values are not provided for properties that are required, an exception will be thrown.

The method work depends on GatewayEnabled property value.

See Also