bloombergEMSX
Description
The bloombergEMSX
function creates a
bloombergEMSX
object, which represents a Bloomberg® EMSX connection using the Bloomberg V3 C++ API. After you create an bloombergEMSX
object, you can
use the object functions to create and route orders, and then manage orders and routes. For
details about Bloomberg EMSX, see the EMSX API
Programmers Guide.
Creation
Syntax
Description
Local Connection
creates a connection to the local Bloomberg EMSX communications server using the service
c
= bloombergEMSX(servicename
)servicename
with the Bloomberg EMSX C++ interface.
Remote Connection
creates a connection to a remote EMSX server using the specified service name,
authentication identifier, and server IP address.c
= bloombergEMSX(servicename
,authid
,serverip
)
also specifies the port number of the machine running the EMSX Server process.c
= bloombergEMSX(servicename
,authid
,serverip
,portnumber
)
also specifies the IP address of the machine you use to access the Bloomberg Terminal for the remote connection.c
= bloombergEMSX(servicename
,authid
,serverip
,portnumber
,terminalip
)
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2021a