Controls the ticks count limit in resulted ticks collection.
There is no limit by default.
Read-write property
Visual Basic |
---|
Public Property Limit As Long |
If the ticks count in resulted CQGTicks collection is greater than the property value, then the first tick in the collection is removed and TicksRemoved event is fired.
If the property is not set (by default), then the collection size is not limited.
Available since 19x3 CQG IC version.