Eikon API tutorial code

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

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    @emir.subasic
    Regarding the API not raising the events, make sure your console application is running Windows message pump on the thread housing Eikon .NET API objects. See more details in the answer on this thread.
    Regarding the downloading of the example, are you persistently getting the same error message from the Web site? The link is definitely correct, and I have no problem downloading the file. I wonder if this was perhaps a temp problem because the Web server was overloaded or something? Could you try again and tell us what happens?

Answers