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

Glossary Item Box

Description

Starts up the CQG API.

Syntax

Visual Basic
Public Sub Startup() 

Remarks

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. 

Example

See the usage of the Startup method in CQGCEL Example.

See Also