Need help with TREP contribution

Hi,

I am working on module where I need to contribute data to Rifinitiv. It has to be a generic implementation and not specific asset class so that we can extend it to publish anything specific.

I tried to follow the guidance provided at the following Q&A on the forum but most of the links provided there doesnt seem to be working.

https://community.developers.refinitiv.com/questions/33502/omm-for-trep.html


I also wanted to download the RFA SDK to be able to see the examples but the download tab on the following url says "Only members of this API can access this content". I have raised an request for access but haven't been fulfilled yet.

https://developers.refinitiv.com/en/api-catalog/thomson-reuters-enterprise-platform/robust-foundation-api-rfa-java/downloads

We are currently having a consumer application which uses the com.reuters.rfa.omm library, but nothing that publishes/ contributes the data.

Can you please help me with this?


Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi @ajay.gupta

    RFA is a feature complete API and we recommend that all new applications use the newer Refinitiv Real-Time SDK (formarly EMA) API. It is quite easy to use compared to RFA.

    You can see the Java quickstart and tutorials here. You will see an Examples directory in the SDK package, with examples for consumers and providers.

    I would recommend that you start with the quickstart and read the docs, and then ask questions as you start developing the provider app. A quick note on the contributions - you are able to publish data locally to your TREP, using the provider interfaces, or you can contribute the data to your local ATS, or you can contribute the data to Refinitiv for fan out to the whole world (Refinitiv Contribution Channel). When you say contribute, I presume you mean first two options.

Answers