This event is fired when the trading system (CQGTradingSystem) is resolved or when some error has occurred while processing the trading system request.
Visual Basic |
---|
Public Event TradingSystemResolved( _ ByVal cqg_trading_system As CQGTradingSystem, _ ByVal cqg_error As CQGError _ ) |
- 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.