I have many symbols in the websocket, hence the ticks are coming one after another too many. I am not able to process them so fast. Is there a way to limit the ticks per min?
If its not possible then I have following solution:
Make a dedicated program to handle this
Implement ignoring of ticks in my code if same symbol ticks have come in last 2 (configurable) sec.
Any other suggest?