Creates a new CQGTicksRequest object.
Visual Basic |
---|
Public Function CreateTicksRequest() As CQGTicksRequest |
The CQGTicksRequest.Symbol and the CQGTicksRequest.Type properties do not have default values and must be provided before passing the CQGTicksRequest object to the CQGCEL.RequestTicks method.
If Type is trtSinceTime or trtSinceTimeNotify, CQGTicksRequest.RangeStart shall be provided too.
If Type is trtTimeRange, CQGTicksRequest.RangeEnd shall be provided too.