sending message/email using Bloomberg API

2019-08-10 21:45发布

Is there a way to send email or message using Bloomberg API?

We currently doing this via keystrokes.

标签: api bloomberg
1条回答
乱世女痞
2楼-- · 2019-08-10 22:18

No, since it's not documented in the Developer Guide:

http://www.bloomberglabs.com/content/uploads/sites/2/2014/07/blpapi-developers-guide-2.54.pdf

Another place where you can try to find hidden features is in XLTP function on the Terminal. But you won't find this one there.

What you can try is to bring the Terminal window to the foregroud and use SendKeys to send the keystrokes to send the MSG. I expect this would be slow and unreliable. You can improve on this by calling macros that you've defined on the terminal that save you from sending some key strokes.

查看更多
登录 后发表回答