We need to send latest funds price data through WebSocket API, my question is do we need to send each RIC update at a time or do we an option to send bulk update? If yes please provide the sample JSON format for bulk update and what is limit ?
@Madhup5
Thank you for reaching out to us.
Please clarify the product that you are using.
If it is about the Contribution Channel, please check the TRCE:MaxMessagesPerSecond in the login response.
Note that if element TRCE:MaxMessagesPerSecond is present in the login response message, it indicates the maximum message posting rate allowed for this application, and should not be exceeded.
Please check the Contributing Data to Contributions Channel (RCC) via WebSocket tutorial.
You can try to send an array of post messages, as mentioned in this question. However, I am not sure if the Contribution Channel supports it.