C++ API to connect to Refinitiv Real Time Optimized

hdiniz
hdiniz Newcomer

Hello,

I would like to know what API's are available for a C++ application to connect to Refinitiv Real Time Optimized to fetch data from cloud? I came across RTSDK for C/C++ and EMA, could you please let me know if these are the correct API's I am looking at or are there any other ways to fetch data from cloud from a C++ application.


Is there any available API which works similar to RFA to connect to Refinitiv Real Time Optimized?

Your help is much appreciated.

Thank You.

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hello @hdiniz ,

    RTSDK is the recommended way to access Refinitiv Real Time Optimized using C/C++.

    RTSDK Enterprise Message API(EMA) is a higher level API, message tier API that is high performance and is the preferred approach for the majority of the use cases.

    RTSDK Enterprise Transport API (ETA) is a lower level, transport level API. EMA is built on top of ETA, with ETA requiring significantly more coding effort but also allowing the greatest flexibility on the implementation.

    Please also find article Choosing a Refinitiv Real-time Streaming API with detailed suggestions on selecting streaming API that is most attuned with your organization's requirements.

Answers