dudeshetty

About

Username
dudeshetty
Joined
Visits
24
Last Active
Roles
Member

Comments

  • OK, I get it now & can confirm that the last element of the Array/List has the correct status. Below code gets the correct status: orderHistory = connectAPI.getOrderHistory(orderId); returnOrder = orderHistory.get(orderHi…
  • I already shared the code above. It doesnt seem to be working. I can give example of the orders executed today. eg: OrderID:200401002524971 The order is executed & filled already. It still seems to give a status of "PUT ORDER REQ RECEIVED" &…
  • Just had a look at the KiteConnect.java in Github & seems like the issue is not related to the Java API, but the REST API itself. Does the getOrderHistory work with any API for that matter? Please respond at the earliest.