This event is fired when the collection of sub minute bars (CQGSubMinuteBars) is resolved or when some error has occurred during the sub minute bars request processing.
Visual Basic |
---|
Public Event SubMinuteBarsResolved( _ ByVal cqg_subminute_bars As CQGSubMinuteBars, _ ByVal cqg_error As CQGError _ ) |
- cqg_subminute_bars
Reference to the resolved CQGSubMinuteBars
- cqg_error
CQGError object describing the last error occurred during processing the timed bars request or Nothing/Invalid_Error in case of no error.
CQGCEL.IsValid(Invalid_Error) returns False.