Fired when the collection of renko bars (CQGRenkoBars) is resolved
Visual Basic |
---|
Public Event RenkoBarsResolved( _ ByVal cqg_renko_bars As CQGRenkoBars, _ ByVal cqg_error As CQGError _ ) |
- 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.