CQG API 4.0 - Revised
TimedBarsInserted Event
See Also  Send Feedback
cqg_timed_bars

Reference to the CQGTimedBars collection the timed bar is inserted to

index_

Specifies the inserted CQGTimedBar's index

CQGCEL Interface : TimedBarsInserted Event

Glossary Item Box

Description

This event is fired when a CQGTimedBar item is inserted to the CQGTimedBars collection.

Syntax

Visual Basic
Public Event TimedBarsInserted( _
   ByVal cqg_timed_bars As CQGTimedBars, _
   ByVal index_ As Long _
)

Parameters

cqg_timed_bars

Reference to the CQGTimedBars collection the timed bar is inserted to

index_

Specifies the inserted CQGTimedBar's index

See Also