Bloomberg Server API and B-Pipe Adapter Samples

About The Samples

This sample demonstrates the use of the Spotfire Streaming Adapter for Bloomberg Server API and the Spotfire Streaming Adapter for Bloomberg B-Pipe.

Bloomberg B-Pipe is an embedded adapter that can connect to a Bloomberg B-Pipe process to subscribe to and get data from the process. The Adapter for Bloomberg Server API is an embedded adapter that can connect to a Bloomberg Server API process to subscribe to and get data from the process.

Initial Setup

To run this sample, you must have a Bloomberg Managed B-Pipe or Server API server running. Please contact Bloomberg support to get the server installed.

Importing This Sample into StreamBase Studio

In StreamBase Studio, import this sample with the following steps:

  • From the top-level menu, click File>Import Samples and Community Content.

  • Enter bloom to narrow the list of options.

  • Select the Bloomberg Server API/Managed B-Pipe input adapter from the StreamBaase Market Data Adapters category.

  • Click Import Now.

StreamBase Studio creates a project for this sample.

Running This Sample in StreamBase Studio

  1. In the Project Explorer view, open the sample you just loaded.

    If you see red marks on a project folder, wait a moment for the project to load its features.

    If the red marks do not resolve themselves after a minute, select the project, right-click, and select Maven>Update Project from the context menu.

  2. Open the src/main/eventflow/packageName folder.

  3. Open the bloomberg-managed-bpipe.sbapp, bloomberg-managed-bpipe-srcref.sbapp,or bloomberg-serverapi.sbapp file.

  4. Select the Bloomberg adapter icon to open the Properties view for the adapter.

  5. Select the Adapter Properties tab and enter the server host name and port number, if it is different from the one configured in the sample application.

  6. Select the Initial Subscriptions tab and enter additional subscriptions strings you would like the adapter to process when it starts.

  7. Click the Run button. This opens the SB Test/Debug perspective and starts the module.

  8. In the Test/Debug Perspective, open the Output Streams view. If the adapter is able to connect to the Bloomberg server, Status and MarketData tuples will appear. The MarketData tuples are emitted as a result of the subscriptions listed in Initial Subscriptions tab.

  9. In the Manual Input view, enter Subscribe in the Command field and one or more topics in the Topics field and click Send Data. Status tuples will appear in the Output Streams view indicating the success or failure of the subscription. Assuming one or more subscriptions were successful, MarketData tuples will appear in the Output Streams view.

  10. In the Manual Input view, enter Unsubscribe in the Command field and one or more topics in the Topics field and click Send Data to unsubscribe from those topics. Similarly, command ListSubs will output the list of existing subscriptions.

  11. The adapter may also be used to get more information about Bloomberg data fields. Use FieldInfo in the Command field in Manual Input view to use the field commands. For example, with Command set to FieldInfo:

    • Enter LAST_PRICE in Id field and click Send Data. In the Output Streams view, a Metadata tuple will appear giving more information about LAST_PRICE field.

    • Enter price in SearchSpec field, Equity in ProductType, RealTime in FieldType, and click Send Data. In the Output Streams view, Metadata tuples appear with information about fields that match the search string price and are of the FieldType and ProductType specified.

  12. When done, press F9 or click the Terminate EventFlow Fragment button.

Sample Location

When you load the sample into StreamBase® Studio, Studio copies the sample project's files to your Studio workspace, which is normally part of your home directory, with full access rights.

Important

Load this sample in StreamBase® Studio, and thereafter use the Studio workspace copy of the sample to run and test it, even when running from the command prompt.

Using the workspace copy of the sample avoids permission problems. The default workspace location for this sample is:

studio-workspace/sample_bloomberg-bpipe-serverapi

See Default Installation Directories for the default location of studio-workspace on your system.