@Kailash I was using Jackson JSON parser in Java, it expects a POJO class having state variables with defined keys..and then while parsing just pass the input JSON to its API and POJO class i.e. jksnMapper.readValue(inputJSON, ZOrderRespPOJO.class);…
Hi @Kailash and @vivek - I also face this problem some days for about 15-30 mins duration (Its not regular everyday...but some days it happen and last for couple of minutes). Every order place fails during those times.
@sampath_topc thanks a lot...that idea helped a lot, thank you.. regarding the order type, I initially tried with market order, but the price I get in market order is pretty high/low compared to the price at which algo generated the signals in case…
@vivek for point 3) what will be the behaviour in webhook data in case of CO(cover order) scenario. First trade is executed, we get notification in postback webhook. When given stop loss price in CO is hit, what data will reach in postback webhook? …
@Kailash for point 2) today I dumped the complete Streaming quote second by second and tracked the volume quantities, it seems the volume is getting increased in numbers of lot sizes (i.e. actual volumes and not on number of lots). Can you please cr…
@Kailash is there any specific time interval at which data gets trasnferred to the websocket? Is it tick data? My question is what is the mechanism behind the data transfer in the websocket e.g. time based or per trade based etc?
@Kailash If its cached...what will happen if one Zerodha customer ZC1 is logged in, and then we have to authenticate another Zerodha customer ZC2 by calling https://kite.trade/connect/login?api_key=xxx from backend server...it will come back with re…