Hello,
We are using websocket to get Market Price updates for rics such as GBP=, EUR= etc.
We send the below batch json request for an example to register multiple RIC at once in comma separated format in json field as an array:
"{\"ID\":2,\"Domain\":\"MarketPrice\",\"Key\":{\"Name\":[\"EUR=\", \"GBP=\"]}}";
We have a requirement where we need to dynamically unregister/unsubscribe to receive an update for a particular RIC, let say for "GBP=". Please can someone provide us an idea on how this can be achieved. How the JSON request will look like for unsubscribing RIC.