CQG API 4.0 - Revised
CEL Property
See Also  Send Feedback
CQGInstrument Interface : CEL Property

Glossary Item Box

Description

Returns the corresponding CQGCEL object.

Property type

Read-only property

Syntax

Visual Basic
Public Property CEL As CQGCEL

Return Type

CQGCEL object to which this Instrument belongs

Remarks

This property will be convenient for those who are used to use the VBA specific Parent option.

Example

To access the Instrument properties, see the example section of the InstrumentSubscribed event.

See Also