CQG API 4.0 - Revised
InstrumentResolved Event
See Also  Send Feedback
Symbol
the commodity symbol that was requested by user in NewInstrument method
cqg_instrument

resolved CQGInstrument object

cqg_error

CQGError object describing the last error occurred during processing the new instrument request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : InstrumentResolved Event

Glossary Item Box

Description

This event is fired when a new instrument is resolved and subscribed or a resolution process failed.

Syntax

Visual Basic
Public Event InstrumentResolved( _
   ByVal Symbol As String, _
   ByVal cqg_instrument As CQGInstrument, _
   ByVal cqg_error As CQGError _
)

Parameters

Symbol
the commodity symbol that was requested by user in NewInstrument method
cqg_instrument

resolved CQGInstrument object

cqg_error

CQGError object describing the last error occurred during processing the new instrument request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

See Also