For a deeper look into our Elektron API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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 :
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
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" }