Serving the Quantitative Finance Community

 
User avatar
Argile
Topic Author
Posts: 0
Joined: February 24th, 2009, 3:57 pm

Access Bloomberg with C++

February 25th, 2009, 7:49 am

Hi, I use VBA - Excel to extract Bloomberg's data with the following command: Dim objDataControl As BLP_DATA_CTRLLib.BlpData Set objDataControl = New BlpData objDataControl.GetHistoricalData benches, 1, "Last price", Date - h, Date, Results:=vtresult But I have a question: It's possible to extract Bloomberg's data via C++ ? If yes, what is the commmand? Thank you very much.
 
User avatar
brbred
Posts: 8
Joined: November 20th, 2007, 3:05 pm

Access Bloomberg with C++

February 25th, 2009, 11:16 am

Hi, you should find what you need on WAPI<GO>