Main Content

close

CloseCQGconnection

Syntax

Description

example

close(c)closes CQG®connectionc.

Examples

collapse all

Create the CQG connection objectcusingcqg.

c = cqg;

Create the CQG connection usingstartUp.

startUp(c)

Close the connection using the CQG connection objectc.

close(c)

Input Arguments

collapse all

CQG connection, specified as a CQG connection object created usingcqg.

Version History

Introduced in R2013b