i have deployed my code on aws ec2 instance, i think disconnection could be because of some network fluctuations (maybe).
My main thread which receives tick data is not blocked from rest of the code, it only receives tick data and pushes it into ano…
I am following https://github.com/zerodha/javakiteconnect to define onConnected, setOnDisconnectedListener, setOnErrorListener methods
public void onConnected() {
/**
* Subscribe ticks for token. By default, all to…
I think this similar to the one i experienced today,
A delayed market depth data via getQuote api
Fetched market depth data at 2024-05-14 09:47:02.445 for BANKNIFTY2451547800PE (Security token : 11305730)
Received:
{
"11305730": {
"volumeTradedTod…
Even faced delayed market depth data via getQuote api
Fetched market depth data at 2024-05-14 09:47:02.445 for BANKNIFTY2451547800PE (Security token : 11305730)
Received:
{
"11305730": {
"volumeTradedToday": 12526335,
"lastTradedQuantity"…
Same case with me
A JSONObject text must begin with '{' at 1 [character 2 line 1
while trying to fetch quote data for instrument token 10721026 (NIFTY2332317000PE) and 10720514 (NIFTY2332316950PE)
is it because am not sending quantity value?
but if that is the case then am using same modifyOrder method to update price value for the LIMIT orders, that is working fine and there as well am not sending the quantity
@rakeshr