CQG API 4.0 - Revised
GWConnectionStatus Property
See Also  Send Feedback
CQGEnvironment Interface : GWConnectionStatus Property

Glossary Item Box

Description

Returns the status of the connection with CQG Gateway.

Property type

Read-only property

Syntax

Visual Basic
Public Property GWConnectionStatus As eConnectionStatus

Return Type

Current connection status represented as eConnectionStatus

Remarks

When the connection status is changed, the GWConnectionStatusChanged event is fired.

Example

See the usage of CQGEnvironment properties in the LineTimeChanged event's example section.

See Also