CQG API 4.0 - Revised
RenkoBarsResolved Event
See Also  Send Feedback
cqg_renko_bars

Reference to the resolved CQGRenkoBars

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : RenkoBarsResolved Event

Glossary Item Box

Description

Fired when the collection of renko bars (CQGRenkoBars) is resolved

Syntax

Visual Basic
Public Event RenkoBarsResolved( _
   ByVal cqg_renko_bars As CQGRenkoBars, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_renko_bars

Reference to the resolved CQGRenkoBars

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

See Also