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

IntraDay query throws exception #3

Closed
ntrous opened this issue Nov 5, 2017 · 2 comments
Closed

IntraDay query throws exception #3

ntrous opened this issue Nov 5, 2017 · 2 comments
Assignees

Comments

@ntrous
Copy link

ntrous commented Nov 5, 2017

The below query throws a Object Reference Not Set exception when using anything other than n_1min

IAvapiResponse_TIME_SERIES_INTRADAY timeSeriesIntradayResponse =
                timeSeriesIntraday.Query(
                    "MSFT",
                    Const_TIME_SERIES_INTRADAY.TIME_SERIES_INTRADAY_interval.n_15min,
                    Const_TIME_SERIES_INTRADAY.TIME_SERIES_INTRADAY_outputsize.compact,
                    Const_TIME_SERIES_INTRADAY.TIME_SERIES_INTRADAY_datatype.json);
@sgiulians sgiulians self-assigned this Nov 6, 2017
@sgiulians
Copy link
Collaborator

Found the error! We are going to provide the fix in the next couple of days. Thanks!

@sgiulians
Copy link
Collaborator

Hi ntrous,
FYI: We have just provided a new version that should fix the problem you raised (1.3.2)
Simo

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

No branches or pull requests

2 participants