CQG API 4.0 - Revised
InstrumentChanged Event
See Also  Send Feedback
cqg_instrument

Name of updated instrument.

cqg_quotes

Collection of changed quotes.

cqg_instrument_properties

Collection of changed dynamic properties.

CQGDirectEventsAccessor Interface : InstrumentChanged Event

Glossary Item Box

Description

Syntax

Visual Basic
Public Event InstrumentChanged( _
   ByVal cqg_instrument As CQGInstrument, _
   ByVal cqg_quotes As CQGQuotes, _
   ByVal cqg_instrument_properties As CQGInstrumentProperties _
)

Parameters

cqg_instrument

Name of updated instrument.

cqg_quotes

Collection of changed quotes.

cqg_instrument_properties

Collection of changed dynamic properties.

See Also