Skip to content

Commit 5d09e40

Browse files
authored
update blpapi intro
1 parent d1a6e4c commit 5d09e40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This document is for developers who will use the Bloomberg EMSX API to develop c
88

99
The Bloomberg EMSX API is available as desktop API and server-side API. The desktop API requires full Bloomberg terminal to use.
1010

11+
The Bloomberg API uses an event-driven model. The EMSX API is an extension of Bloomberg API 3.0 and it lets users integrate streaming real-time and static data into their own custom applications. The user can choose the data they require down to the level of individual fields. The Bloomberg API 3.0 programming interface implementations are extremely lightweight. For details to the Desktop API, please refer to the Desktop API Programmers Guide from ``WAPI<GO>``.
12+
13+
The Bloomberg API interface is thread-safe and thread-aware, giving applications the ability to utilize multiple processors efficiently. The Bloomberg API supports run-time downloadable schema for the service it provides, and it provides methods to query these schemas at runtime. This means additional service in Bloomberg API is supported without addition to the interface.
14+
15+
The object model for Java, .NET and C++ are identical. The C interface provides a C-style version of the object model.
16+
17+
1118
.. important::
1219

1320
The Bloomberg EMSX API requires the full understanding of how Bloomberg ``EMSX<GO>`` function works within the Bloomberg terminal. Before

0 commit comments

Comments
 (0)