question

Upvotes
Accepted
3 0 2 9

Connect to LPC Server using C# .NET

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?

#technologyc#.netrssllpc
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
23.7k 61 15 21

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @denis.gomes

This Choosing a Refinitiv Real-time Streaming API article might help you to choose the API that matches your requirement.


Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.