Insufficient Margin, no Exception

sandeepharlalka
Hello,

When an order is rejected due to insufficient margin, no exception is raised. Please advise how can I catch this exception. I am using Python Client.

Thanks
  • sujith
    A 200 for order placement means the request was placed successfully. It doesn't guarantee execution. You will have to fetch orderbook and check the status and filled_quantity to know if order is partially executed, pending, completed or cancelled.
  • sandeepharlalka
    Ok Thanks for letting me know.
This discussion has been closed.