Rblp / Rblpapi

R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/
Other
166 stars 75 forks source link

BPUB #293

Open nickbeihoff opened 5 years ago

nickbeihoff commented 5 years ago

Are there any plans for BPUB functionality?

armstrtw commented 5 years ago

is it supported by the c++ api?

nickbeihoff commented 5 years ago

I think so. It exists as an excel function.

eddelbuettel commented 5 years ago

That is faulty reasoning. In general the Excel functionality has to be thought of as a superset of what the API exports. So in a nutshell, for 'new feature XYZ' we need

armstrtw commented 5 years ago

Have a look at MktdataPublisher.cpp. it looks a little complicated for us to stub out. Lots of auth in there. contributions welcome.