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

Reference to the changed CQGPointAndFigureBars.

CQGCEL Interface : PointAndFigureBarsAdded Event

Glossary Item Box

Description

This event is fired when a CQGPointAndFigureBar item is added to the end of CQGPointAndFigureBars.

Syntax

Visual Basic
Public Event PointAndFigureBarsAdded( _
   ByVal cqg_point_and_figure_bars As CQGPointAndFigureBars _
)

Parameters

cqg_point_and_figure_bars

Reference to the changed CQGPointAndFigureBars.

See Also