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

Reference to the changed CQGTimedBars

index_

Specifies the updated CQGTimedBar's index

CQGCEL Interface : TimedBarsUpdated Event

Glossary Item Box

Description

This event is fired when a CQGTimedBar item is updated.

Syntax

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

Parameters

cqg_timed_bars

Reference to the changed CQGTimedBars

index_

Specifies the updated CQGTimedBar's index

See Also