Starts an asynchronous request for range bars
Visual Basic |
---|
Public Function RequestRangeBars( _ ByVal cqg_renko_bars_request As CQGRangeBarsRequest _ ) As CQGRangeBars |
- cqg_renko_bars_request
Specifies a range bars request, which contains all of the parameters as properties.
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.