CQG API 4.0 - Revised
RequestBarsTimestamps Method
See Also  Send Feedback
cqg_timestamps_request

Specifies the timed bars request object, which contains all parameters as properties, represented as CQGTimedBarsRequest.

Notes:

Values provided for properties that are not required are ignored.

If values are not provided for properties that are required, an exception will be thrown.

CQGCEL Interface : RequestBarsTimestamps Method

Glossary Item Box

Description

Starts an asynchronous query for timed bars timestamps.

Syntax

Visual Basic
Public Function RequestBarsTimestamps( _
   ByVal cqg_timestamps_request As CQGTimedBarsRequest _
) As CQGBarsTimestamps

Parameters

cqg_timestamps_request

Specifies the timed bars request object, which contains all parameters as properties, represented as CQGTimedBarsRequest.

Notes:

Values provided for properties that are not required are ignored.

If values are not provided for properties that are required, an exception will be thrown.

Remarks

An exception will be thrown if an asynchronous request could not be made.

Otherwise, returns a CQGBarsTimestamps object, which doesn't contain any timed bars timestamps yet and status is rsInProgress.

The outcome of the query, as well as any errors, are reported via the BarsTimestampsResolved event, which is fired only once per query.

See Also