CQG API 4.0 - Revised
Cancel Method
See Also  Send Feedback
CQGOrdersQuery Interface : Cancel Method

Glossary Item Box

Description

Cancels the current query.

Syntax

Visual Basic
Public Sub Cancel() 

Remarks

This method call should lead the query status to become rsCanceled.

The method works in asynchronous mode and the status change will also occur after request is physically cancelled.

See Also