any command to get order Info
-
Hi once the order is placed with command ```
obj.placeOrder(orderparams), this return order ID, if i want to the order info like filledquanity etc, whats the command to use ? -
Hi @keer2405 user need to write logic from his end in order to do that.
-
You need to match orderid in the orderbook..
-
@admin But the order books gives all the order infor, isnt there anyway to get info for a particular order id ?
-
Hi @keer2405 you can get all info of orders by orderbook().
-
@keer2405 Hi, use obj.orderBook() to get information on all your orders.