Hi, I’m getting real time HKEx equities from Refinitiv via websocket in python now.
But due to the 3000 items per request limit some stocks are receiving the following message.
Any advice as to how can I bypass this limitation?
I’ve already tried splitting the items into 5 requests(about 2500 items per request) but I’m still getting this message. Thank you.