如何在 jBloomberg 代码中使用 auth_setup_template
how to use auth_setup_template in jBloomberg code
我是 Bloomberg 的新手。无法弄清楚如何在 jBloomberg 代码中使用 https://github.com/assylias/jBloomberg/tree/master/src/test/resources 中的 auth_setup_template。
我有直接使用 BLPAPI 的代码,您可以在其中指定身份验证参数。我对如何在 jBloomberg 中使用 auth 参数感兴趣。例如,下面的代码只是创建一个会话,但没有授权数据:
BloombergSession jBloombergSession = new DefaultBloombergSession();
jBloombergSession.start();
我在网上找不到任何这样的例子。
请帮忙。
谢谢
该文件用于测试,特别是在 AuthorisationTest.java
中。如果您查看该文件中的代码,您会看到一些使用不同授权形式的示例。
我是 Bloomberg 的新手。无法弄清楚如何在 jBloomberg 代码中使用 https://github.com/assylias/jBloomberg/tree/master/src/test/resources 中的 auth_setup_template。
我有直接使用 BLPAPI 的代码,您可以在其中指定身份验证参数。我对如何在 jBloomberg 中使用 auth 参数感兴趣。例如,下面的代码只是创建一个会话,但没有授权数据:
BloombergSession jBloombergSession = new DefaultBloombergSession();
jBloombergSession.start();
我在网上找不到任何这样的例子。
请帮忙。
谢谢
该文件用于测试,特别是在 AuthorisationTest.java
中。如果您查看该文件中的代码,您会看到一些使用不同授权形式的示例。