CQG API 4.0 - Revised
ChangedExits Property
See Also  Send Feedback
change_filter
Filter specifying which categories of changes are required
CQGTradingSystemUpdateInfo Interface : ChangedExits Property

Glossary Item Box

Description

Returns the collection of changed exits, with optional filtering.

Property type

Read-only property

Syntax

Visual Basic
Public Property ChangedExits( _
   Optional ByVal change_filter As eTradeChangeCategory = tccAll _
) As CQGChangedTradeExits

Parameters

change_filter
ValueDescription
tccAllAll kinds of changes.

The value of this enumerator is tccSignalSet Or tccSignalReset Or tccQuantity Or tccPrice Or tccStopLimitPrice.

tccPrice

Entry/exit price change.

tccQuantity

Entry/exit quantity change.

tccSignalReset

Entry/exit signaled flag reset.

tccSignalSet

Entry/exit signaled flag set.

tccStopLimitPrice

Entry/exit stop-limit price change

Filter specifying which categories of changes are required

Return Type

Collection of changed trade exits, represented as CQGChangedTradeExits

See Also