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

Reference to the changed CQGTradingSystem

cqg_trading_system_update_info

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

CQGCEL Interface : TradingSystemUpdateNotification Event

Glossary Item Box

Description

This event is fired when trade row and/or statistics are updated in a trading system.

Syntax

Visual Basic
Public Event TradingSystemUpdateNotification( _
   ByVal cqg_trading_system As CQGTradingSystem, _
   ByVal cqg_trading_system_update_info As CQGTradingSystemUpdateInfo _
)

Parameters

cqg_trading_system

Reference to the changed CQGTradingSystem

cqg_trading_system_update_info

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

See Also