☰
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
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2021
rishiajmera
December 2021
sujith
Order book not getting updated properly
rishiajmera
December 2021
edited December 2021
in
.Net API client
Hello,
Client ID: Ahz847
Trading Date: 01-12-2021
Issue:
Order book status not getting updated.
Instruments:
BANKNIFTY21D0236100CE, Order ID: 211201401989538, status: UPDATE
BANKNIFTY21D0236100PE, Order ID: 211201401989600, status: success
Both above orders were filled but the order book status was not getting updated for more than an hour. It's showing UPDATE and success only.
Please note, we've been using the same code for more than 5 months and it's working fine. Just facing the above issue for the last 5-6 trading days.
Let me know if you require further details.
sujith
December 2021
Is this order updates via Websockets or Postbacks?
rishiajmera
December 2021
We're retrieving the order book using the following API call:
https://kite.trade/docs/connect/v3/orders/#retrieving-orders
sujith
December 2021
But the order status can't be UPDATE or success.
There are generally only these possible statuses, OPEN, COMPLETE, CANCELLED, REJECTED.
UPDATE is a pseudo status which is sent on order update so that user can know there was a partial fill or some change on orderbook.
rishiajmera
December 2021
Yes, that's the problem. Order status should not be UPDATE or success but it's coming like that and not updating.
sujith
December 2021
Orderbook response doesn't contain UPDATE status.
rishiajmera
December 2021
It's coming like that that's why I have raised the issue here. How can we resolve it?
sujith
December 2021
If you are still getting it. Can you paste the complete orderbook response json here? Make sure to remove app and client specific tokens.
rishiajmera
December 2021
It's not happening every day. So I will post response whenever it happens.
sujith
December 2021
Make sure to enable debug logs like
this
next time you try to extract json
Sign In
or
Register
to comment.
https://kite.trade/docs/connect/v3/orders/#retrieving-orders
There are generally only these possible statuses, OPEN, COMPLETE, CANCELLED, REJECTED.
UPDATE is a pseudo status which is sent on order update so that user can know there was a partial fill or some change on orderbook.