Shuts down the CQG API.
Visual Basic |
---|
Public Sub Shutdown() |
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.
See the usage of the Shutdown method in CQGCEL Example.