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

Reference to the resolved CQGRangeBars

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 : RangeBarsResolved Event

Glossary Item Box

Description

Fired when the collection of range bars (CQGRangeBars) is resolved

Syntax

Visual Basic
Public Event RangeBarsResolved( _
   ByVal cqg_range_bars As CQGRangeBars, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_range_bars

Reference to the resolved CQGRangeBars

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