CQG API 4.0 - Revised
InstrumentsGroupResolved Event
See Also  Send Feedback
instruments_group

Group of the subscribed instruments

cqg_error

CQGError object describing the error occurred during registration if it fails, or Nothing/Invalid_Error in case of succeed.

CQGCEL.IsValid(Invalid_Error) returns False.

CQGDirectEventsAccessor Interface : InstrumentsGroupResolved Event

Glossary Item Box

Description

Syntax

Visual Basic
Public Event InstrumentsGroupResolved( _
   ByVal instruments_group As CQGInstrumentsGroup, _
   ByVal cqg_error As CQGError _
)

Parameters

instruments_group

Group of the subscribed instruments

cqg_error

CQGError object describing the error occurred during registration if it fails, or Nothing/Invalid_Error in case of succeed.

CQGCEL.IsValid(Invalid_Error) returns False.

See Also