[Real-Time Distribution System][WebSocketAPI] How to monitor when new RIC are published into a se...

...rvice (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

Best Answer

Answers

  • Hi @hgardon,

    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.