CQG API 4.0 - Revised
RemoveTicks Method
See Also  Send Feedback
cqg_ticks
Specifies the particular CQGTicks to remove
CQGCEL Interface : RemoveTicks Method

Glossary Item Box

Description

Stops request that produced the CQGTicks object and removes the object from CQGTicksCollection.

Syntax

Visual Basic
Public Sub RemoveTicks( _
   ByVal cqg_ticks As CQGTicks _
) 

Parameters

cqg_ticks
Specifies the particular CQGTicks to remove

See Also