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:
Thanks to Ana and John for this great package! I am intrigued by the options shown in one example, but clueless as to how to take advantage of them. How do we set useUTCTime to FALSE ? Here's the example that shows there is such an option:
library(RBloomberg) conn <- blpConnect() conn$BOOLEAN_OPTION_NAMES
?[1] "useUTCTime" ? ? ? ? ? ? ? ?"returnRelativeDate" ? ? ? ?"adjustmentNormal" ? ? ? ? ?"adjustmentAbnormal"
?[5] "adjustmentSplit" ? ? ? ? ? "adjustmentFollowDPDF" ? ? ?"returnEids" ? ? ? ? ? ? ? ?"includeConditionCodes"
?[9] "includeNonPlottableEvents" "includeExchangeCodes"
I tried conn$ useUTCTime and conn@ useUTCTime, and
conn <- blpConnect(useUTCTime=FALSE)
but none of these make sense to the package.
Thanks for the help,
David L. Reiner, Ph.D.
Head Quant
XR Trading LLC
550 West Jackson Boulevard, Suite 1000
Chicago, IL 60661-5704
(312) 244-4610?direct
(312) 244-4500?main
David.Reiner at xrtrading.com
This e-mail and any materials attached hereto, including, without limitation, all content hereof and thereof (collectively, "XR Content") are confidential and proprietary to XR Trading, LLC ("XR") and/or its affiliates, and are protected by intellectual property laws. ?Without the prior written consent of XR, the XR Content may not (i) be disclosed to any third party or (ii) be reproduced or otherwise used by anyone other than current employees of XR or its affiliates, on behalf of XR or its affiliates.
THE XR CONTENT IS PROVIDED AS IS, WITHOUT REPRESENTATIONS OR WARRANTIES OF ANY KIND. ?TO THE MAXIMUM EXTENT PERMISSIBLE UNDER APPLICABLE LAW, XR HEREBY DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS AND IMPLIED, RELATING TO THE XR CONTENT, AND NEITHER XR NOR ANY OF ITS AFFILIATES SHALL IN ANY EVENT BE LIABLE FOR ANY DAMAGES OF ANY NATURE WHATSOEVER, INCLUDING, BUT NOT LIMITED TO, DIRECT, INDIRECT, CONSEQUENTIAL, SPECIAL AND PUNITIVE DAMAGES, LOSS OF PROFITS AND TRADING LOSSES, RESULTING FROM ANY PERSON'S USE OR RELIANCE UPON, OR INABILITY TO USE, ANY XR CONTENT, EVEN IF XR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR IF SUCH DAMAGES WERE FORESEEABLE.
_______________________________________________ R-SIG-Finance at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. If you want to post, subscribe first. -- Also note that this is not the r-help list where general R questions should go.