Hi,
I want to develop a monitoring application connecting LPC server for Rifinitiv feed for our ticker. Can anyone help us how to connect to LPC server for data monitoring using .net c#. Is there a SSLCom API available for Refinitiv?
Hi @denis.gomes,
You will have to enable the legacy SSL interface on LPC (*lpc*enableSslServer : True) for this, and possibly use RFA.NET API. RFA.NET will also work with just RSSL enabled. I would not recommend this approach, as we are phasing out the SSL and Marketfeed interface and it will be EOL this year.
If you are interested in using a C# for sourcing ticker data, then I would recommend that you bypass LPC and directly connect to the RTO infrastructure. See this MarketPriceRdpGwServiceDiscoveryExample on how to do this.
Hello @denis.gomes
This Choosing a Refinitiv Real-time Streaming API article might help you to choose the API that matches your requirement.