Websocket problem

i am using websocket tick data in my strategy and i use sl limit orders ,i want to get order conformaion through websocket again ,how to implement this? i observed that upstox websocket either tick data ,or order data is it so?

@Vibhuvan_Krishna Please refer to the below documentation for portfolio stream feed for order updates.

Refer this for websocket example code

yaa i already connected tick websocket , order websocket and in biggening i was getting tick data ,but if 1 order data is recevied then tick data is getting stopped . is this normal or am i doing anyhing wrong ? can you tell me if is it even possible to get both websocket tick ,order data please

@Vibhuvan_Krishna Kindly verify the connection and subscription limits for tick data in the market feed as outlined here: Market Feed Limits

Please note that there are no limits for the portfolio feed related to order updates.

Hope it clarify, Thanks