My code is as follows. def on_ticks(ws, ticks):<br /># Callback to receive ticks.<br />#print(ticks)<br />insert_tick(ticks)<br />return<br />def on_connect(ws, response)
From the document https://kite.trade/docs/connect/v3/orders/#placing-orders, the tag associated to each order is mentioned as 8 chars max,. but I did try more than that to 20 chars and it worked. For