CQG API 4.0 - Revised
Limit Property
See Also  Send Feedback
CQGTicksRequest Interface : Limit Property

Glossary Item Box

Description

Controls the ticks count limit in resulted ticks collection.

There is no limit by default.

Property type

Read-write property

Syntax

Visual Basic
Public Property Limit As Long

Remarks

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.

See Also