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

Reference to the changed CQGTradingSystem

cqg_trading_system_add_info

Object containing information about the addition made to the trading system since the last notification

CQGCEL Interface : TradingSystemAddNotification Event

Glossary Item Box

Description

This event is fired when trade row and/or statistics are added to the trading system.

Syntax

Visual Basic
Public Event TradingSystemAddNotification( _
   ByVal cqg_trading_system As CQGTradingSystem, _
   ByVal cqg_trading_system_add_info As CQGTradingSystemAddInfo _
)

Parameters

cqg_trading_system

Reference to the changed CQGTradingSystem

cqg_trading_system_add_info

Object containing information about the addition made to the trading system since the last notification

See Also