Thomson Reuters .NET Data API Usage Example
Time series API
The project consist of a set of classes each demonstrating an individual part of Data API's functionality in UsageExample.cs and a list of functions calling the usage examples in Program.cs inside the UsageExamples region.
The following functionality is demonstrated:
- Views and intervals
- Time series request
- Time series subscription
- Filters
- Metadata
- Status events and errors
Please uncomment the required method call in void timeSeries_ServiceInformationChanged() to see the example in action.
WARNING: This usage example application does not contain the required nuget packages.
Right-click on the solution, select Enable NuGet Package Restore and select Yes. After that select Build, Build Solution in the Visual Studio menu bar or, alternatively, press F6.
Nuget will restore the missing packages.
For more information please visit Thomson Reuters Developer Community: https://developers.thomsonreuters.com