Starts an asynchronous request for a point and figure bars.
Visual Basic |
---|
Public Function RequestPointAndFigureBars( _ ByVal cqg_point_and_figure_bars_request As CQGPointAndFigureBarsRequest _ ) As CQGPointAndFigureBars |
- cqg_point_and_figure_bars_request
Specifies the point and figure bars request, which contains all the parameters as properties.
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.
An exception will be thrown if an asynchronous request could not be made.
Otherwise, returns CQGPointAndFigureBars object, which doesn't contain any PFs yet and which status is rsInProgress.
Notes:
It is a good practice to cancel the request as soon as it becomes unnecessary. Such approach allows using memory resources more optimal.
Call RemovePointAndFigureBars for request cancelling.