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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
25 8 15 18

[Real-Time Distribution System][WebSocketAPI] How to monitor when new RIC are published into a service (ATS like service) ?

Hello,
We implemented a tool with TREP (and with the RFA API) that warn us when a new RIC is published into a service where the users can publish some prices into.

The cases related to this tool are : 08698823 and 08301509.
Basically, we use the symbol list domain (provided into the rfa api jar : under rfaj7.6.0.E9/Setup/rfaj7.6.0.E9.all/Examples/com/reuters/rfa/example/omm/symbollist) for this.

We updated a bit of code to reflect what we wanted. And now we have something like this :

java com.reuters.rfa.example.omm.symbollist.StarterConsumer_SymbolList -itemName _CACHE_LIST.363.6 -serviceName PUB -session Murex::RSSL -user r_msa -datastream 0

And we have :
1624973620468.png


We upgraded our TREP to RTDS with WebSocketAPI and we would like if a such tool can be done with this new API and how ?

Regards,
Henri

websocketsrrtorefinitiv-realtime-optimised
1624973620468.png (176.4 KiB)
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.

@Henri.GARDON

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Upvotes
Accepted
25.3k 87 12 25

Hi @Henri.GARDON

You can find tutorials on how to use the Websocket API here - Tutorials | Refinitiv Developers which includes a section on requesting domains other than the default MarketPrice

e.g. your SymbolList domain request would be something like:

{
  "ID":2,
  "Key":{
    "Name":"_CACHE_LIST.363.6", 
    "Service":"PUB"
  },
  "Domain":"SymbolList"
}



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
22.1k 59 14 21

Hi @Henri.GARDON,

You are using Symbol List OMM domain in RFA. Symbol list domain is also available in the websockets API. Please see these answer to see how to request this data.

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.