Sunday 15 February 2015

vba - Bloomberg API in Java -



vba - Bloomberg API in Java -

i trying translate bloomberg excel vba bloomberg java api.

for example, how translate sentence? =bdh("ibm equity","last_price",hourly_start,hourly_end,"bartp=t","barsz=60","dir=v","dts=s","sort=d","points=20")

i not not sure hourly_start part, can this? request.set("startdate","hourly_start"); also, how set bartp=t dir=v part?

thanks lot.

i have experience requesting historical prices using bloomberg c# api. can request.getelement("startdate").setvalue(startdate)

startdate pass in string representation of datetime in specific format. start downloading java api examples , @ illustration related historical prices

for other parameters in excel illustration trick figure out mapping of request element parmeter passed.

java vba bloomberg

No comments:

Post a Comment