This event is fired when the definitions of trading systems are resolved or when some error has occurred during request processing.
Visual Basic |
---|
Public Event TradingSystemDefinitionsResolved( _ ByVal cqg_trading_system_definitions As CQGTradingSystemDefinitions, _ ByVal cqg_error As CQGError _ ) |
- cqg_trading_system_definitions
Collection of trading system definitions.
If an error has occurred, the collection is empty
- cqg_error
CQGError object describing the last error occurred during the request processing or Nothing/Invalid_Error in case of no error.
CQGCEL.IsValid(Invalid_Error) returns False.