Hi, Kite publisher is just a javascript button to place orders. You won't get to know any details about client or order using the Kite Publisher. In order to access order details, you need a Kite Connect App.
Hi, Can we send one extra parameter i.e "tag" while placing an order using Publisher Js plugin? Example : kite.add({ "exchange": "NSE", "tradingsymbol": "INFY", "quantity": 5, "transaction_type": "BUY", "order_type": "MARKET" "tag" : "anything" });
And will we get this tag parameter in user's orders list?
Kite publisher is just a javascript button to place orders. You won't get to know any details about client or order using the Kite Publisher.
In order to access order details, you need a Kite Connect App.
Can we send one extra parameter i.e "tag" while placing an order using Publisher Js plugin?
Example : kite.add({
"exchange": "NSE",
"tradingsymbol": "INFY",
"quantity": 5,
"transaction_type": "BUY",
"order_type": "MARKET"
"tag" : "anything"
});
And will we get this tag parameter in user's orders list?
Thanks