Migration from EZD to Real Time Optimized: need some examples (if possible in C#)

Hi, we have been using EZD and MRN consumer written in C++ for years, but someone told us that this service will be closed down forever on September 2021 so we have to migrate to a new technology: Refinitiv Real Time Optimized and we'll use Websocket APIs to get the news. We already have access to

Real Time Optimized trial that will expire shortly.


We have found an example here:

https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.CSharp.MRNWebSocketViewer#readme

BUT it is for TREP technology.


QUESTION: where can we find some C# examples for Refinitiv Real Time Optimized?

Other languages are acceptable (as a last chance), but C# would be much better for us.


We'd like to keep this solution as simple as possible. We just need to read the news and to replace EZD and MRN consumer written in C++ with something simple in C# that uses Websocket APIs/Real Time Optimized. Please, give me a link with C# examples for this.

Thanks in advance.



Best Answer

Answers