Create Bloomberg EMSX connection
The emsx
function creates an emsx
object, which represents a Bloomberg® EMSX connection. After you create an emsx
object, you can
use the object functions to create and route orders, and manage orders and routes. For
details about Bloomberg EMSX, see the EMSX API Programmers Guide.
creates a connection to the local Bloomberg EMSX communications server using the service
c
= emsx(servicename
)servicename
.
creates a connection to a remote EMSX server using the specified service
name, authentication identifier, and server IP address.c
= emsx(servicename
,authid
,serverip
)
also specifies the port number for the remote connection.c
= emsx(servicename
,authid
,serverip
,portnumber
)
also specifies the IP address of the machine you use to access the
Bloomberg Terminal for the remote connection.c
= emsx(servicename
,authid
,serverip
,portnumber
,terminalip
)