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

Glossary Item Box

Description

Returns the collection of changed entries, with optional filtering.

Property type

Read-only property

Syntax

Visual Basic
Public Property ChangedEntries( _
   Optional ByVal change_filter As eTradeChangeCategory = tccAll _
) As CQGChangedTradeEntries

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 entries, represented as CQGChangedTradeEntries

See Also