CQG API 4.0 - Revised
TradingSystemResolved Event
See Also  Send Feedback
cqg_trading_system

Reference to the resolved CQGTradingSystem

cqg_error

CQGError object describing the last error occurred while processing the trading system request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : TradingSystemResolved Event

Glossary Item Box

Description

This event is fired when the trading system (CQGTradingSystem) is resolved or when some error has occurred while processing the trading system request.

Syntax

Visual Basic
Public Event TradingSystemResolved( _
   ByVal cqg_trading_system As CQGTradingSystem, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_trading_system

Reference to the resolved CQGTradingSystem

cqg_error

CQGError object describing the last error occurred while processing the trading system request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

See Also