CQG API 4.0 - Revised
RequestRangeBars Method
See Also  Send Feedback
cqg_renko_bars_request

Specifies a range bars request, which contains all of the parameters as properties.

CQGCEL Interface : RequestRangeBars Method

Glossary Item Box

Description

Starts an asynchronous request for range bars

Syntax

Visual Basic
Public Function RequestRangeBars( _
   ByVal cqg_renko_bars_request As CQGRangeBarsRequest _
) As CQGRangeBars

Parameters

cqg_renko_bars_request

Specifies a range bars request, which contains all of the parameters as properties.

Remarks

It is a good practice to cancel the request as soon as it becomes unnecessary. Such approach allows using memory resources more optimal.

Call RemoveRangeBars for request cancelling.

See Also