Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialize DateVector() with NAs #279

Merged
merged 2 commits into from
Oct 26, 2018
Merged

Conversation

shrektan
Copy link
Contributor

@shrektan shrektan commented Oct 25, 2018

Fix a bug introduced by PR #273

See the comments in PR #278

library(Rblpapi)
blpConnect()
out <- bdp(securities = c("BBG006YQMFQ5", "BBG005CMJQ71"),
           fields = c("ISSUE_DT"))

out$ISSUE_DT
# before this PR, it returns 1970-01-01
# after this PR, it returns NA as before (the CRAN version)

@johnlaing johnlaing merged commit 14b0aa5 into Rblp:master Oct 26, 2018
@shrektan shrektan deleted the nadatevector branch October 26, 2018 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants