CQG API 4.0 - Revised
RangeBarsUpdated Event
See Also  Send Feedback
cqg_range_bars

Reference to the changed CQGRangeBars

index_
Zero-based index of item in the collection
CQGCEL Interface : RangeBarsUpdated Event

Glossary Item Box

Description

Fired when CQGRangeBar item is updated

Syntax

Visual Basic
Public Event RangeBarsUpdated( _
   ByVal cqg_range_bars As CQGRangeBars, _
   ByVal index_ As Long _
)

Parameters

cqg_range_bars

Reference to the changed CQGRangeBars

index_
Zero-based index of item in the collection

See Also