Hi,
I have installed the ThomsonReuters.Desktop.SDK.DataAccess.Signed.x64 nuget package.
I have 2 issues with the Eikon API (.NET version).
1.
I am unable to download the tutorial code under:
https://developers.thomsonreuters.com/system/files/Usage Example Realtime Data API.zip
I get diverted to an error page. Can you please fix the link or let me know how I can get the tutorial code?
2. I have followed your example for Complex Request and Subscription under:
https://developers.thomsonreuters.com/eikon-apis/net-apis-use-custom-applications/learning?content=8723&type=learning_material_item
I believe I have all the code in place. When I run my code (console app targeting x64) there is no activity with the Eikon API at all.
I subscribe to EUR= which is a fairly active RIC and fields BID and ASK and none of the callbacks are firing.
DataService is initialised on startup and I also do not see the ServicesOnStateChanged callback fire at all.
Any idea whats going on?
Thanks