Returns the value of instrument property.
Read-only property
Visual Basic |
---|
Public Property Value As Variant |
The value of the current property. The Variant variable is used because the type of the value depends on the type of the property.
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).
To access the CQGInstrumentProperty object properties, see the example section of the InstrumentChanged Event.