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

Glossary Item Box

Description

Returns the status of the connection with the CQG data server.

Property type

Read-only property

Syntax

Visual Basic
Public Property DataConnectionStatus As eConnectionStatus

Return Type

Current status represented as eConnectionStatus.

Remarks

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

Example

See the example section of LineTimeChanged event.

See Also