kite.place_order can return status too?

dajinkya
Hi

Can place_order return 2 results? Order id and Order Status?

Thanks,AJ
  • sujith
    Hi @dajinkya,
    A place order call will only return order_id. For more information, check out documentation.
  • dajinkya
    @sujith, yes i understood, can the function be modified to return 2 vaLues? Orderid and status?

    Basically i want orderid and valid status i.e open or complete

    I dont want to worry about rejected order id
  • sujith
    Please go through the documentation it says why it is not possible.
  • sujith
    A successful order placement doesn't mean the order is executed, it just means order placement is successful.
Sign In or Register to comment.