Returns the collection of changed entries, with optional filtering.
Read-only property
Visual Basic |
---|
Public Property ChangedEntries( _ Optional ByVal change_filter As eTradeChangeCategory = tccAll _ ) As CQGChangedTradeEntries |
- change_filter
Filter specifying which categories of changes are requiredValue Description tccAll All 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
Collection of changed trade entries, represented as CQGChangedTradeEntries