CQG API 4.0 - Revised
Environment Property
See Also  Send Feedback
CQGCEL Interface : Environment Property

Glossary Item Box

Description

Returns the CQGCEL environment information.

Property type

Read-only property

Syntax

Visual Basic
Public Property Environment As CQGEnvironment

Return Type

Current environment information as CQGEnvironment object

Remarks

Environment includes information on CQGCEL(CQG API module version), CQGCEL environment (such as CQGIC version, Line Time), CQGCEL internal status (pending messages) etc.

Example

See the example section of the LineTimeChanged event.

See Also