How to do integration of electron service with c# .net application

We have done a fresh installation of Electron Zero Daemon (EZD) 1.3 for Elektron Connect on a Windows Server, We need to fetch the latest currency rates from it and for that purpose, we need to integrate it with our C#.NET console application. Need a guide as to how I will integrate it with my application will there be an API call or any dll to refer in my application. any sample code will help.

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @shehroz.khan,

    If you simply have a requirement to fetch the latest currency rates within your existing C# .NET application, there are other options to consider. The ERT in Cloud is a streaming service that does not require any local EZD to be installed and you can connect directly using industry standard WebSocket APIs. Because it is using industry standard technology, you can easily integrate within your C# .NET application. The WebSocket API does contain examples for C# .NET.

    I would suggest you discuss this option with your account manager.

Answers