It looks like you're new here. If you want to get involved, click one of these buttons!
kws = KiteTicker(api_key, access_token)def on_order_update(ws, data): print(data)kws.on_order_update = on_order_updatekws.connect(threaded=True)
Go through the websocket order update FAQs here.