Main Content

close

Close Bloomberg EMSX connection

Syntax

Description

example

close(c) closes the Bloomberg® EMSX connection c.

Examples

collapse all

Create the Bloomberg EMSX connection c.

 c = emsx('//blp/emapisvc_beta');

Close the Bloomberg EMSX connection.

close(c)

Input Arguments

collapse all

Bloomberg EMSX service connection, specified as a connection object created using emsx.

Version History

Introduced in R2013a