Main Content

close

Disconnect from FactSet Workstation

Syntax

Description

example

close(c) disconnects from the FactSet® Workstation given the connection object, F.

Examples

collapse all

Close the FactSet Workstation connection.

T = realtime(c,'FDS1','GOOG-USA')
close(c)

Input Arguments

collapse all

FactSet Workstation connection, specified as a connection object created using fds.

Version History

Introduced in R2013a

See Also

| |