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

Glossary Item Box

Description

Returns the corresponding instrument of the trading session.

Property type

Read-only property

Syntax

Visual Basic
Public Property Instrument As CQGInstrument

Return Type

CQGInstrument object to which this session belongs.


Will be Nothing if this is a custom session.

Remarks

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

Example

See the usage of CQGSession properties in the CQGInstrument.Sessions' example section.

See Also