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

Glossary Item Box

Description

Shuts down the CQG API.

Syntax

Visual Basic
Public Sub Shutdown() 

Remarks

Shutdown should be called after the work of the user application is finished and there is no need for the CQG API functionality any more.

This method works in synchronous mode; i.e. after the method return, no more calls to CQGCEL will work unless the Startup method is called again.

Example

See the usage of the Shutdown method in CQGCEL Example.

See Also