Asynchronous call to PlaceOrder Function

dazzlewow
Hi,
I would like to know if it is possible to call PlaceCOOrder on separate thread instead of calling it in a loop for placing multiple orders simultaneously. Please help me in this regard.
  • sujith
    A place order API is a synchronous call since it is necessary to know the status of each order placed.
    Kite Connect doesn't provide bulk place order API call. You need to put it in the loop and run it.
Sign In or Register to comment.