Hello,
https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/java/MarketPricePosting.java
We have made use of the above example to update data for symbols in WebSocket API. Please note that the above example does not explain/demonstrate the steps to update data for multiple symbols and we have been told that only 1 symbol can be updated using a single post message.
We have a requirement to update data for many symbols and we have tailored the above example to run in a loop to send data for multiple symbols one after another. Also we have made the system to wait 0.4 seconds to acquire the acknowledgement receipt for each symbol that has been updated in WebSocket API.
Because of this approach, it takes around 11 minutes to update data for 700+ symbols.
We would like to know if there is any other approach to do it effectivety such as updating data for multiple symbols in a single post message and acknowledgement receipt for each symbol should also be received.
Thanks.