Starts an asynchronous request for renko bars
Visual Basic |
---|
Public Function RequestRenkoBars( _ ByVal cqg_renko_bars_request As CQGRenkoBarsRequest _ ) As CQGRenkoBars |
- cqg_renko_bars_request
Specifies a renko 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 RemoveRenkoBars for request cancelling.