We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for this software.
I am getting this error when trying the example of call to BLPData.bdh:
DataFrame( BLPData.bdh(session, "PETR4 BS Equity", ["PX_LAST", "VOLUME"], Date(2020, 1, 2), Date(2020, 1, 10) ))
UndefVarError: P not defined
Stacktrace: [1] Date(blp_datetime::BLPData.BLPDateTime) @ BLPData ~/.julia/packages/BLPData/pXEwo/src/datetime.jl:25 ...
I could circumvent it by commenting out the line 25, so it avoids that check. But I am sure there could be a better way of fixing that.
Thank you very much.
The text was updated successfully, but these errors were encountered:
bugfix #18: support conversion from BLPDateTime to Date with OFFSET_P…
f766f2a
…ART set
You are completely right! This is a bug. Looks like Bloomberg started to set the OFFSET flag on their date time struct. This is now corrected. Thanks!
OFFSET
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for this software.
I am getting this error when trying the example of call to BLPData.bdh:
DataFrame( BLPData.bdh(session, "PETR4 BS Equity", ["PX_LAST", "VOLUME"], Date(2020, 1, 2), Date(2020, 1, 10) ))
UndefVarError: P not defined
Stacktrace:
[1] Date(blp_datetime::BLPData.BLPDateTime)
@ BLPData ~/.julia/packages/BLPData/pXEwo/src/datetime.jl:25
...
I could circumvent it by commenting out the line 25, so it avoids that check. But I am sure there could be a better way of fixing that.
Thank you very much.
The text was updated successfully, but these errors were encountered: