How to open a specific bloomberg terminal page programmatically?

前端 未结 4 1711
情书的邮戳
情书的邮戳 2020-12-13 22:37

Is there a reliable way to open a specific bloomberg terminal page programmatically (e.g. \"MSFT Equity\")?

I am open to any suggestions and code samples:

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 22:48

    Support for DDE has now been deprecated. From the WAPI miscellaneous topics page

    1. Do you support retrieving Bloomberg API data programmatically with DDE?

    No. We no longer support retrieving Bloomberg data programmatically via the API with DDE. In fact, all DDE help and example content specific to requesting Bloomberg API data with DDE into an application, has been removed. This decision was made for the following reasons: 1.The DDE Server was originally developed to act only as a conduit for retrieving Bloomberg data into Microsoft Excel worksheet cells via Bloomberg DDE links entered into these cells. It was not intended to be used as a programming interface within an application. 2.There are much more efficient and powerful alternatives to requesting Bloomberg API data programmatically from within an application than using DDE (i.e. DDERequest()). In the case of development environments such as Microsoft Excel and Access VBA, for instance, we recommend that you use the COM v3 Data Control. This interface is easy to program to and capable of giving you more control over your request and more flexibility with processing the data reply. In the case of C++, we recommend either the C v3 API interface, or the . For .NET applications, you will want to use the .NET v3 API interface.

    We provide samples for all of these interfaces in the Desktop API SDK installation package, which is available for download from the API Download Center.

提交回复
热议问题