CQG API 4.0 - Revised
CEL Property
See Also  Send Feedback
CQGCurrencyRate 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 currency rate object belongs

Remarks

This property will be convenient for those who are familiar with the VBA specific Parent option.

Example

See the usage of CQGCurrencyRate properties in the CurrencyRatesChanged event's example section.

See Also