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

Reference to the CQGPointAndFigureBars collection the point and figure bar is inserted to

index_

Specifies the inserted CQGPointAndFigureBar's index

CQGCEL Interface : PointAndFigureBarsInserted Event

Glossary Item Box

Description

This event is fired when a CQGPointAndFigureBar item is inserted to the CQGPointAndFigureBars collection.

Syntax

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

Parameters

cqg_point_and_figure_bars

Reference to the CQGPointAndFigureBars collection the point and figure bar is inserted to

index_

Specifies the inserted CQGPointAndFigureBar's index

See Also