☰
Login
Signup
Home
›
.Net API 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
August 2019
deepmangukiya
June 2019
sujith
Problem modifying bo
deepmangukiya
June 2019
in
.Net API client
i have tried to modify bo using api it is giving me response
DEBUG: PUT
https://api.kite.trade/orders/regular/190603000993993
parent_order_id=1300000002596066&trigger_price=1341.9&price=1342&order_type=SL&validity=DAY
DEBUG: Content-Type: application/x-www-form-urlencoded
DEBUG: User-Agent: KiteConnect.Net/1.0.0.0
DEBUG: X-Kite-Version: 3
DEBUG: Authorization: token zgh6pkwe4zoqnqg5:2qsYJDy8APm7C93bBXFD5OcLYQG5q166
DEBUG: 200 {"status":"success","data":{"order_id":"190603000993993"}}
with the success status but on the panel i got this error
can you please check and let me know why this is happening ?
problem.png
181.3K
sujith
June 2019
A modify request success means the request placement was successful, it doesn't mean the order is modified.
In this case, OMS has rejected the order type modification which is the status message field in your orderbook.
deepmangukiya
June 2019
so is there any other alternative way to modify only stop loss thing from the bracket order. we really need this very much.
deepmangukiya
June 2019
and what are the circumstances where OMS can reject the modification so we can have idea what to take care.
sujith
June 2019
One can only place a modify request, can't actually go and modify order since the pending order will be at the exchange.
There are 1000s of reasons. you can always know the reason in the status message field of that order response.
deepmangukiya
August 2019
you can close the ticket problem is solved.
This discussion has been closed.
In this case, OMS has rejected the order type modification which is the status message field in your orderbook.
There are 1000s of reasons. you can always know the reason in the status message field of that order response.