CQG API 4.0 - Revised
TicksRemoved Event
See Also  Send Feedback
cqg_ticks

Reference to the CQGTicks collection the tick is removed from.

index_

Specifies the removed CQGTick's index.

CQGCEL Interface : TicksRemoved Event

Glossary Item Box

Description

This event is fired when CQGTick item is removed from the CQGTicks collection.

Syntax

Visual Basic
Public Event TicksRemoved( _
   ByVal cqg_ticks As CQGTicks, _
   ByVal index_ As Long _
)

Parameters

cqg_ticks

Reference to the CQGTicks collection the tick is removed from.

index_

Specifies the removed CQGTick's index.

Remarks

The event is fired only if CQGTicksRequest.Limit property is set.

Available since 19x3 CQG IC version.

See Also