For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

RTO technical queries

Hi,

I have following questions on RTO. Kindly help to resolve it.

1. Is it possible to get the RTO output in Node JS using REST API.
2. Can .NET basic framework be used for connection with RTO to get the output.
3. Is it possible to snap RTO output at a particular time interval?

#technology#productrefinitiv-realtime-optimised
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 @Pratik.MShah

Please be informed that the question has been moved to the WebSocket API forum.

Hello @Pratik.MShah

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

Upvotes
Accepted
22.1k 59 14 21

Hi @Pratik.MShah,

The answer to your questions is yes. RTO is capable of delivering data over websocket protocol and hence supports all programming languages/frameworks which have websocket support. See this for examples in few of these languages.

While, we don't have a NodeJS example for RTO, you can use this NodeJS example as a starting point to develop your own. RTO will need a mechanism to get an access token, and use Service Discovery to get the server hostname and port.

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.

Upvotes
17.3k 82 39 63

Hi @Pratik.MShah

The RTO (RealTime Optimized) solution offers the ability to either stream updates or perform a snapshot of an item at any time. To provide some details of the different ways to access the data, you can refer to the Real-Time SDKs and WebSocket section within the Developer Community.

The WebSocket service does not rely on a specific library to access data but rather uses the WebSocket protocol to exchange JSON messages. Because of this, developers are free to utilize any programming language of their choice.

I would suggest you refer to the multiple examples within GitHub WebSocket

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.