CQG API 4.0 - Revised
Instrument Property
See Also  Send Feedback
CQGQuote Interface : Instrument Property

Glossary Item Box

Description

Returns the corresponding instrument.

Property type

Read-only property

Syntax

Visual Basic
Public Property Instrument As CQGInstrument

Return Type

CQGInstrument object to which this Instrument quote belongs

Remarks

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

Example

To access the CQGInstrumentQuote object properties, see the example section of the InstrumentChanged Event.

See Also