CQG API 4.0 - Revised
CreateTicksRequest Method
See Also  Send Feedback
CQGCEL Interface : CreateTicksRequest Method

Glossary Item Box

Description

Creates a new CQGTicksRequest object.

Syntax

Visual Basic
Public Function CreateTicksRequest() As CQGTicksRequest

Remarks

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.

See Also