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

Reference to the changed CQGTradingSystem

cqg_trading_system_insert_info

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

CQGCEL Interface : TradingSystemInsertNotification Event

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Event TradingSystemInsertNotification( _
   ByVal cqg_trading_system As CQGTradingSystem, _
   ByVal cqg_trading_system_insert_info As CQGTradingSystemInsertInfo _
)

Parameters

cqg_trading_system

Reference to the changed CQGTradingSystem

cqg_trading_system_insert_info

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

See Also