question

Upvotes
Accepted
1 0 0 0

Real Time Sdk bond live feed

Hi,

I'm using the free trial on the real time api from refinitiv in order to understand in order to be prepared when starting to get the paid solution. I installed the Java SDK found on the quick start section and finished all steps. I got the example 450 to work. I changed the item Name to explore the different RICs available on the free trial. I also made the loop infinite.

However, i don't really understand how to apply the example code to the needs i have towards this api. I would like to know if it's possible to format the output data in the console when running the example and does the api have a JSON or any other format usable directly in code.

I also need to understand what routes/websockets/... are available to get what kind of data. Ultimatly, once i start paying refinitiv's solution, i would like to access french / italian / spannish ... governmental bonds.

Thank you for your time.

Nathaniael Tristram.

#technologyjavabondsrefinitiv-realtime-sdk
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 @nathaniael.tristram

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvote
Accepted
22.1k 59 14 21

Hi @nathaniael.tristram,

Since you have the quickstart working, the next logical step is to follow the step-by-step tutorials on the EMA Java. This will help you understand how the SDK works, what an event loop is and how OMM data is parsed and used within an application.

You can find the tutorials here. If things still aren't clear, then you can ask any specific questions here. At a high level, you will have to open multiple subscriptions - one for each instrument, and selectively process the data fields of interest to you.

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.

Upvote
24.7k 54 17 14

Hello @nathaniael.tristram

The other resources that will be helpful for you are as follows:

About the message format, the EMA Java connects to the Refinitiv Real-Time with the Refinitiv TCP-based propriety connection named "RSSL", and the data format is binary (called "RWF - Refinitiv Wire Format") by default. If you need a JSON message, you need to parse incoming field data to JSON manually.

There is the Refinitiv Real-Time WebSocket API that connects to Refinitiv Real-Time via the WebSocket connection and uses JSON message format. However, the WebSocket message is bigger than the EMA with RSSL/RWF connection. The EMA API with RSSL/RWF connection gives a better performance than the WebSocket API.

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.

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.