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

Reference to the resolved CQGPointAndFigureBars

cqg_error
CQGError object describing the last error occurred during the point and figure bars request processing or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : PointAndFigureBarsResolved Event

Glossary Item Box

Description

This event is fired when the collection of point and figure bars (CQGPointAndFigureBars) is resolved or when some error has occurred during the point and figure bars request processing.

Syntax

Visual Basic
Public Event PointAndFigureBarsResolved( _
   ByVal cqg_point_and_figure_bars As CQGPointAndFigureBars, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_point_and_figure_bars

Reference to the resolved CQGPointAndFigureBars

cqg_error
CQGError object describing the last error occurred during the point and figure bars request processing or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

See Also