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

Specifies the trading system to which the relation was added

cqg_trading_system_relation_add_info

Object containing information about the relation added to the trading system since the last notification

CQGCEL Interface : TradingSystemTradeRelationAddNotification Event

Glossary Item Box

Description

This event is fired, when a relation between trade entry/exit is added to a trading system.

Syntax

Visual Basic
Public Event TradingSystemTradeRelationAddNotification( _
   ByVal cqg_trading_system As CQGTradingSystem, _
   ByVal cqg_trading_system_relation_add_info As CQGTradingSystemRelationAddInfo _
)

Parameters

cqg_trading_system

Specifies the trading system to which the relation was added

cqg_trading_system_relation_add_info

Object containing information about the relation added to the trading system since the last notification

See Also