@Tracerbullet,
There is nothing wrong with your code. All data from RTD server is received.
It comes sequentially in pairs like this.
topic_id - ltp, topic_id - ltt, topic_id - volume_traded_today, topic_id - oi
These are accumulated into mydata structure.
I created a condition to push...