Hello,
We are currently implementing the page subscription using WebSocketAPI.
We managed to handle the first response of the page subscription, we now we are blocked with the encrypted page updates.
We wonder what is the best solution for us :
- build our own decoder parser (we would like to implement this one in order to not depend on a third party library).
- reuse a Refinitiv library : (com.reuters.rfa) or (com.thomsonreuters.upa)
Our questions are the below :
- for the first solution : will we be notified if the page encryption is changed ?
- for the second solution : can we use the API ? Will it be maintained ? Will we be also notified once there are some updates on this API?
Regards,