Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一些代码来远程从我的彭博终端远程获取一些基本参考数据。这可能吗?我有两台单独的 PC 的设置。PC-1 上运行 Bloomberg,PC-2 没有。在 PC-2 上不安装 Bloomberg 的情况下,有没有一种方法可以让 Java 应用程序提供 PC-1 的 IP+用户身份凭证并获取一些基本参考数据?示例代码非常感谢。我在 BB API 中看到了 AuthenticationByIp.java,但我无法让它工作。我不认为这是我要找的。
谢谢!
我不认为你可以通过直接从 PC2 调用 API 来做到这一点。
您可以在 PC1 上运行将查询从 PC2 中继到 API 的服务,但这将违反您的 Bloomberg 合同,因为您只能使用从安装了 Bloomberg 终端的 PC 上的 API 获得的数据.