CQG API 4.0 - Revised
Value Property
See Also  Send Feedback
CQGInstrumentProperty Interface : Value Property

Glossary Item Box

Description

Returns the value of instrument property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Value As Variant

Return Type

The value of the current property. The Variant variable is used because the type of the value depends on the type of the property.

Remarks

If the value changes for the instrument, then the Instrument Property is dynamic (Strike, DTE). If the value doesn't change across Instrument lifetime the Instrument Property is static (Full Name, Instrument Type).

Example

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

See Also