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
From documentation https://github.com/devcartel/pyrfa/blob/master/API.md#timeseries it is unclear which dates are used to get time series by getTimeSeries method. In fact, last dates are received. But I want to be sure in it. It should be added to docs.
The text was updated successfully, but these errors were encountered:
By calling setTimeSeriesMaxRecords(N) it will make getTimeSeries() retrieve only the last N records from TS1. Will put that in the docs. Thanks.
setTimeSeriesMaxRecords(N)
getTimeSeries()
N
Sorry, something went wrong.
No branches or pull requests
From documentation
https://github.com/devcartel/pyrfa/blob/master/API.md#timeseries
it is unclear which dates are used to get time series by getTimeSeries method. In fact, last dates are received. But I want to be sure in it. It should be added to docs.
The text was updated successfully, but these errors were encountered: