Thanks for reverting. Yeah ... I think it should be updated in realtime just like exposure/span margin files you get from exchange or maybe along with the circuit limits file.
Anyhow, I still need to know what time is this file/api data updated. Wh…
Hmm ... @vinodhec - you discovered it really early ... I checked with CANCEL order by first placing a order via KiteWeb and then CANCEL via Python Client. This also returns existing order_id on successful CANCEL but it seems to be working fine. So o…
This was working perfectly till Friday ... and nothing changed from my side. Not a one time exception and is happening for every order placed via python client.
The same is true with cancel order as well ...
Code:
$kite->setAccessToken($_POST['access_token']);
$kite->cancelOrder($variety,$id,null);
Error:
Insufficient permission for that call.
@sujith can you please…
+ @sujith I think this is happening for not actively traded products. But the response should be there ... and it seems this goes for infinite fetch to get the top of the book.
Aaah ... I was using that later ... but got swayed with incorrect documentation ... herein
My bad ... for i did not read the complete sentence / example. Anyhow ... someone should correct it from tradingsymbol:exchange to exchange:tradingsymbol.
…
@sujith
Bingo! Yup ... I can confirm that both stuff are working now -
(1) MIS is no longer going as CNC
and
(2) NFO exchange orders are going through without issues.
Thnx a ton!
Yeah ... MIS to CNC is definitely an issue. Also ... Kite publisher buttons don't seem to be working for NFO ...
// Add a stock to the basket
kite.add({
"exchange": "NFO",
"tradingsymbol": "DLF18MARFUT",
"quantity": 500…
Ok. Yeah ... My bad. I thought I have upgraded successfully ... but there was some egg library stuff ... Anyhow ... have resolved and getting last price now. Thnx.
Hey Guys ... after a lot of debugging ... i figured it out ... basically ... in the earlier version of the API ... your code have sent the prices / trigger price in string format with double quotes. And it still used to work just fine.
I guess wit…
Sorry my bad ... this is only for TATASTEEL18FEB790CE which has gone through some split ... Though I would have expected error handled ... but it is alright ... Thnx.