Main Content

startUp

Create CQG connection

Description

example

startUp(c) creates the CQG® connection c.

Examples

collapse all

Create the CQG connection object using cqg.

c = cqg;

Create the CQG connection.

startUp(c)

Close the CQG connection.

close(c)

Input Arguments

collapse all

CQG connection, specified as a CQG connection object created using cqg.

Version History

Introduced in R2013b