@sujith sir, tags we are providing with while placing the order doesn't seem to be working.
For eg. Order ID 210205202210039, 210205202074922 etc.. we provided tag "NMA25" and "NMA24" but when queried for orders or trades, we are not getting back tags in the response.
The problem without tag is that we don't know whether client will be entering his own order or it is the order generated by our software. Although we can match order ids and only manage orders that are opened by our software, but still having tags working will be much better option with both order and trades.
@sujith thanks for quick response. We are using php client library for placing and managing orders and javascript for websockets. So if this is specific to us then it must be something left unimplemented in php client library. Version if kite connect library we are using is 3.0.2b
Make sure to remove the app and client-specific information.
Version if kite connect library we are using is 3.0.2b
Sample Code for placing order Sample code for retriving orders
******************************** Sample code for retriving trades.
As stated in the documentation, you will get a tag field when the order book is retrieved. So, in order to get Tag field, you need to either use getOrders or getOrderHistory method call for PHP client.
You may close the thread.