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

Reference to the changed CQGTicks

added_ticks_count

Specifies the number of added ticks towards the end of CQGTicks

CQGCEL Interface : TicksAdded Event

Glossary Item Box

Description

This event is fired when CQGTick items are added to the CQGTicks collection.

Syntax

Visual Basic
Public Event TicksAdded( _
   ByVal cqg_ticks As CQGTicks, _
   ByVal added_ticks_count As Long _
)

Parameters

cqg_ticks

Reference to the changed CQGTicks

added_ticks_count

Specifies the number of added ticks towards the end of CQGTicks

See Also