Refer to CQGCEL.InstrumentsGroupResolved Event.
Visual Basic |
---|
Public Event InstrumentsGroupResolved( _ ByVal instruments_group As CQGInstrumentsGroup, _ ByVal cqg_error As CQGError _ ) |
- 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.