CQG API 4.0 - Revised
PointAndFigureBarsUpdated Event
See Also  Send Feedback
cqg_point_and_figure_bars

Reference to the changed CQGPointAndFigureBars

index_

Specifies the updated CQGPointAndFigureBar index

CQGCEL Interface : PointAndFigureBarsUpdated Event

Glossary Item Box

Description

This event is fired when the CQGPointAndFigureBar item is updated.

Syntax

Visual Basic
Public Event PointAndFigureBarsUpdated( _
   ByVal cqg_point_and_figure_bars As CQGPointAndFigureBars, _
   ByVal index_ As Long _
)

Parameters

cqg_point_and_figure_bars

Reference to the changed CQGPointAndFigureBars

index_

Specifies the updated CQGPointAndFigureBar index

See Also