☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
12.5K
All Categories
100
Node JS client
35
Go client
740
.Net API client
345
Kite Publisher
528
.Net / VBA / Excel (3rd party)
410
Algorithms and Strategies
918
Java client
957
API clients
388
PHP client
3.5K
Python client
318
Mobile and Desktop apps
1.2K
Market data (WebSockets)
3K
General
In this Discussion
September 3
sandeepharlalka
August 29
sujith
Insufficient Margin, no Exception
sandeepharlalka
August 29
in
Python client
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
Tagged:
python3.x
Margin
exception
sujith
August 29
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
September 3
Ok Thanks for letting me know.
This discussion has been closed.