CQG API 4.0 - Revised
BarsTimestampsResolved Event
See Also  Send Feedback
cqg_bars_timestamps

Reference to resolved CQGBarsTimestamps

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.

CQGCEL Interface : BarsTimestampsResolved Event

Glossary Item Box

Description

This event is fired when the collection of timed bars timestamps (CQGBarsTimestamps) is resolved or when some error has occurred during the timed bars timestamps request processing.

Syntax

Visual Basic
Public Event BarsTimestampsResolved( _
   ByVal cqg_bars_timestamps As CQGBarsTimestamps, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_bars_timestamps

Reference to resolved CQGBarsTimestamps

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.

See Also