Main Content

close

Close CQG connection

Syntax

Description

example

close(c) closes CQG® connection c.

Examples

collapse all

Create the CQG connection object c using cqg.

c = cqg;

Create the CQG connection using startUp.

startUp(c)

Close the connection using the CQG connection object c.

close(c)

Input Arguments

collapse all

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

Version History

Introduced in R2013b