☰
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
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 2023
sandeepharlalka
August 2023
sujith
Insufficient Margin, no Exception
sandeepharlalka
August 2023
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 2023
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 2023
Ok Thanks for letting me know.
This discussion has been closed.