pyrfa
pyrfa copied to clipboard
setTimeSeriesMaxRecords description doesn't contain info about received dates.
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.
By calling setTimeSeriesMaxRecords(N) it will make getTimeSeries() retrieve only the last N records from TS1. Will put that in the docs. Thanks.