Websocket order update not working

srinidhihebbar
srinidhihebbar edited February 2023 in Python client
Is there any changes in Websocket order update, was working fine till last week

using the code below, AMO orders are not reflecting in order updates
kws = KiteTicker(api_key, access_token)
def on_order_update(ws, data):
print(data)

kws.on_order_update = on_order_update
kws.connect(threaded=True)

Sign In or Register to comment.