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

Glossary Item Box

Description

Returns the current properties of the instrument (both static and dynamic).

Property type

Read-only property

Syntax

Visual Basic
Public Property Properties As CQGInstrumentProperties

Return Type

Collection of instrument properties

Remarks

For the list of the instrument properties, see eInstrumentProperty Enumeration members.

Example

To work with properties see the example section of the InstrumentChanged event.

See Also