Skip to content

RBloomberg connection options - Email found in subject

1 message · David Reiner

#
Thanks for the response, John.
I tried this:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl,  : 
  com.bloomberglp.blpapi.NotFoundException: Element Defintion: useUTCTime not found in: IntradayTickRequest

I guess I will have to always remember to shift my times to/from UTC or write a wrapper.
I'm not sure it is supported for intraday tick requests; on WAPI<go> under the API development topics #5,
they seem to indicate that it should work for at least VWAPs, but it's a little hard to know if it applies to others.

Thanks for all your good work on this package!
-- David
R version 2.13.1 Patched (2011-08-17 r56745)
Platform: i386-pc-mingw32/i386 (32-bit)

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252    LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                           LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] zoo_1.7-3          RBloomberg_0.4-150 rJava_0.9-1       

loaded via a namespace (and not attached):
[1] grid_2.13.1     lattice_0.19-31

-----Original Message-----
From: John Laing [mailto:john.laing at gmail.com] 
Sent: Tuesday, September 27, 2011 9:19 PM
To: David Reiner
Cc: r-sig-finance at r-project.org
Subject:  Re: [R-SIG-Finance] RBloomberg connection options

David,

These options in the RBloomberg package correspond directly to options that Bloomberg exposes through the API. I haven't been able to come up with any cases where the options do interesting things, but they would be set through a bdp (or similar) call like this:

bdp(conn, "GOOG Equity", "PX_LAST", option_names = "includeExchangeCodes", option_values = "TRUE")

Sorry if that's not especially helpful... If I come up with a better example I'll be sure to let you know.

John
On Thu, Sep 22, 2011 at 10:22 AM, David Reiner <David.Reiner at xrtrading.com> wrote: