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

Glossary Item Box

Description

Returns type of the contract.

Property type

Read-only property

Syntax

Visual Basic
Public Property InstrumentType As eInstrumentType

Return Type

The instrument type represented as eInstrumentType.

Remarks

It is a static property of an instrument.

Example

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

See Also