kiteconnect.cancelOrder is not working..

sivannarayanagunji
For java client , i am not able to cancel the order from code.. I am not getting any response or error..
below is my code.

kiteconnect.cancelOrder(order.orderId, order.orderVariety);

please let me know what needs to be done.

thanks,
siva.

  • sujith
    sujith edited November 2019
    Can you run it in debug mode and check the logs? Ideally, you should receive an order id back for success.
  • sivannarayanagunji
    yes, enabled the logs and running in debug mode.. but its not giving me any response.. other fictions are working fine.


  • sujith
    This is very unlikely because the server should through a timeout at least if request doesn't go through or the client should time out.
    Can you paste complete stacktrace here?
Sign In or Register to comment.