No, we haven't come across anything like that. Can you elaborate more about the issue with more details about setup and version number of framework and library?
https://robo.trendgurus.in/api/Home/KiteApiPostback ( this is the postback URL) and we are using this for updating the orders.. whenever the order is executing then i am getting response on this URL but all values are coming as null from zerodha's size..
https://robo.trendgurus.in/api/Home/KiteApiPostback ( this is the postback URL) and we are using this for updating the orders.. whenever the order is executing then i am getting response on this URL but all values are coming as null from zerodha's size..
Can you give us the exact params you are sending for placing an order? We haven't come across this issue. There are live businesses running on this API. It is very unlikely that this is happening. Is this consistent or intermittent?
@sujith We have send below parameters while placing order to api. OrderId and other parameters are received in response. But after changing status of order all values received null on postback url. Please check.
Can you explain more on this? By changing status, do you mean modifying the pending order? if yes, then which all order fields, you tried to modify. We are not able to reproduce this at our end.
@sujith We have checked our API using ARC tool and our API is working fine there is no parsing issue. Data is all coming null from zerodha when order status is changing...can you please give reference doucment if there is anything else required to be done... Its really important because api subscription is ending and not able to get solution to this problem.
Post back url issue is resolved however we are now facing some new issue. When we are modifying order from terminal then we are getting prices one strick back... This means when i am modifying prices/qty etc first time then nothing changes.. when we do modification next time again then we are getting previous response on our API. This issue started facing just now. Can you please look into this and help?
@nikhilbansal, I would suggest using postbacks as the event to fetch orderbook. These are async messages pushed from OMS and there are few scenarios wherein you might get multiple messages and in reverse order.
Also when you send a modify request, a 200 response means the order modify request is successfully placed it doesn't mean the order is modified. You need to check the status_message field in orderbook to know the reason for not modifying an order.
hi Sujith, We are still not getting correct results on post back URL and our software is not working correctly due to that. Can you please help us on this urgently?
Are you using the official dotnet client or the one provided by @HowUTrade ?
Can you elaborate more about the issue with more details about setup and version number of framework and library?
https://robo.trendgurus.in/api/Home/KiteApiPostback ( this is the postback URL) and we are using this for updating the orders.. whenever the order is executing then i am getting response on this URL but all values are coming as null from zerodha's size..
There are live businesses running on this API. It is very unlikely that this is happening. Is this consistent or intermittent?
Exchange:"" , TradingSymbol:"", TransactionType: "", Quantity:"",
Price:"", OrderType:"", Product:"", TriggerPrice:""
By changing status, do you mean modifying the pending order? if yes, then which all order fields, you tried to modify.
We are not able to reproduce this at our end.
Post back url issue is resolved however we are now facing some new issue. When we are modifying order from terminal then we are getting prices one strick back... This means when i am modifying prices/qty etc first time then nothing changes.. when we do modification next time again then we are getting previous response on our API. This issue started facing just now. Can you please look into this and help?
I would suggest using postbacks as the event to fetch orderbook. These are async messages pushed from OMS and there are few scenarios wherein you might get multiple messages and in reverse order.
Also when you send a modify request, a 200 response means the order modify request is successfully placed it doesn't mean the order is modified. You need to check the
status_message
field in orderbook to know the reason for not modifying an order.