Error using From method when trying to load time series from Eikon .Net SDK in Matlab

Hi,

I am trying to load time series from Eikon.Net with MATLAB. I followed the instructions in the article

https://developers.refinitiv.com/article/using-eikon-net-sdk-matlab

I am able to load the last intervals like in the example successfully. However, when I'm trying to replace

timeSeriesRequestSetup.WithNumberOfPoints(10) in the SendTimeSeriesRequest function with timeSeriesRequestSetup.From, I get the following error:

No method 'From' with matching signature found for class 'ThomsonReuters.Desktop.SDK.DataAccess.TimeSeries.Impl.DataRequestSetup'.

Could you please provide and example for a time series request with specified start and end dates?

Many thanks.

Best Answer

Answers