CQG API 4.0 - Revised
eConnectionStatus Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Indicates the connection status of CQG data server or CQG gateway.

Members

MemberValueDescription
csConnectionDelayed1Connection is delayed.
csConnectionDown2Connection is down.
csConnectionNotLoggedOn4Connected but not logged on Gateway.
csConnectionTrouble3Trouble with Gateway connection.
csConnectionUp0Connection is up.

Remarks

Whenever the data or GW connection goes down, all corresponding CEL objects should be considered obsolete. Therefore, when the connection is reestablished, fresh queries should be conducted.

See Also