Main Content
Bloomberg EMSX C++ Interface
Create and maintain orders, routes, and strategies through Bloomberg® EMSX using the Bloomberg EMSX C++ interface
Create a Bloomberg EMSX connection using the Bloomberg EMSX C++ interface. Using this connection, you can manage orders, routes, and strategies, and retrieve information. For details about the EMSX API, see the EMSX API Programmers Guide.
Functions
Topics
Bloomberg EMSX Connection
- Data Server Connection Requirements
Find license and proxy information requirements for the supported data service providers. - Installing Bloomberg and Configuring Connections
Find the connection requirements for Bloomberg interfaces. - Comparing Bloomberg Connections
Learn about the different Bloomberg services.
Bloomberg EMSX Order Management
- Create Bloomberg EMSX Order and Route Using Bloomberg EMSX C++ Interface
Connect to Bloomberg EMSX, and create and route an order using thecreateOrderAndRoute
function. - Create and Manage Bloomberg EMSX Order Using Bloomberg EMSX C++ Interface
Connect to Bloomberg EMSX, create an order, and interact with the order using themodifyOrder
anddeleteOrder
functions. - Create and Manage Bloomberg EMSX Route Using Bloomberg EMSX C++ Interface
Connect to Bloomberg EMSX, set up a route subscription, create and route an order, and interact with the route using themodifyRoute
anddeleteRoute
functions. - Manage Bloomberg EMSX Order and Route Using Bloomberg EMSX C++ Interface
Connect to Bloomberg EMSX, set up an order and route subscription, create and route an order, and interact with the route using themodifyRoute
anddeleteRoute
functions. - Writing and Running Custom Event Handler Functions
You can process events related to any data updates by writing a custom event handler function for use with Datafeed Toolbox™.