Starts up the CQG API.
Visual Basic |
---|
Public Sub Startup() |
This method works in asynchronous mode; i.e. after the method return, the CQG API functionality will not be available until the CELStarted event is fired.
Startup should be called first after the creation of CQGCEL object. If the initialization fails a DataError event will be fired.
See the usage of the Startup method in CQGCEL Example.