I could see 1min and 30min candles in it, is it expected?
In the documentation for V3 I1 and I30 is not present, though it is good if it is able to have these candles and support 2000 symbols.
MarketUpdateV3{type=live_feed, feeds={NSE_INDEX|Nifty Bank=Feed{ltpc=null, fullFeed=FullFeed{marketFF=null, indexFF=IndexFullFeed{ltpc=LTPC{ltp=49311.95, ltt=1738231277000, cp=0.0}, marketOHLC=MarketOHLC{ohlc=[OHLC{interval=‘1d’, open=49206.2, high=49426.2, low=49031.8, close=49311.95, vol=0, ts=1738175400000}, OHLC{interval=‘I1’, open=49371.2, high=49426.2, low=49362.25, close=49400.5, vol=0, ts=1738231140000}, OHLC{interval=‘I1’, open=49398.1, high=49398.1, low=49398.1, close=49398.1, vol=0, ts=1738231200000}, OHLC{interval=‘I30’, open=49247.65, high=49326.5, low=49218.55, close=49308.8, vol=0, ts=1738228500000}, OHLC{interval=‘I30’, open=49305.25, high=49426.2, low=49279.95, close=49398.1, vol=0, ts=1738230300000}]}}}, firstLevelWithGreeks=null, requestMode=null}, NSE_INDEX|Nifty 50=Feed{ltpc=null, fullFeed=FullFeed{marketFF=null, indexFF=IndexFullFeed{ltpc=LTPC{ltp=23249.5, ltt=1738231277000, cp=0.0}, marketOHLC=MarketOHLC{ohlc=[OHLC{interval=‘1d’, open=23169.5, high=23322.05, low=23139.2, close=23249.5, vol=0, ts=1738175400000}, OHLC{interval=‘I1’, open=23309.05, high=23314.95, low=23291.5, close=23297.95, vol=0, ts=1738231140000}, OHLC{interval=‘I1’, open=23293.4, high=23293.4, low=23293.4, close=23293.4, vol=0, ts=1738231200000}, OHLC{interval=‘I30’, open=23175.0, high=23255.05, low=23148.8, close=23249.55, vol=0, ts=1738228500000}, OHLC{interval=‘I30’, open=23248.45, high=23322.05, low=23244.7, close=23293.4, vol=0, ts=1738230300000}]}}}, firstLevelWithGreeks=null, requestMode=null}}, currentTs=1738231277379, marketInfo=null}
MarketUpdateV3{type=live_feed, feeds={NSE_INDEX|Nifty 50=Feed{ltpc=null, fullFeed=FullFeed{marketFF=null, indexFF=IndexFullFeed{ltpc=LTPC{ltp=23249.5, ltt=1738231277000, cp=0.0}, marketOHLC=MarketOHLC{ohlc=[OHLC{interval=‘1d’, open=23169.5, high=23322.05, low=23139.2, close=23249.5, vol=0, ts=1738175400000}, OHLC{interval=‘I1’, open=23309.05, high=23314.95, low=23291.5, close=23297.95, vol=0, ts=1738231140000}, OHLC{interval=‘I1’, open=23293.4, high=23293.4, low=23293.4, close=23293.4, vol=0, ts=1738231200000}, OHLC{interval=‘I30’, open=23175.0, high=23255.05, low=23148.8, close=23249.55, vol=0, ts=1738228500000}, OHLC{interval=‘I30’, open=23248.45, high=23322.05, low=23244.7, close=23293.4, vol=0, ts=1738230300000}]}}}, firstLevelWithGreeks=null, requestMode=null}}, currentTs=1738231277830, marketInfo=null}
Hi @athma_prathisti,
Thanks for bringing this to our attention. We’ve identified the issue with Java SDK version v1.11.0
, and our team is working on a fix for it. In the meantime, you can use version v1.10.0
.
Appreciate your patience!
I have checked the latest version with your fix 1.11.1, it is now only showing ltp
MarketUpdateV3{type=live_feed, feeds={NSE_INDEX|Nifty Bank=Feed{ltpc=null, fullFeed=FullFeed{marketFF=null, indexFF=IndexFullFeed{ltpc=LTPC{ltp=49273.0, ltt=1738300232000, cp=49311.95}, marketOHLC=MarketOHLC{ohlc=[OHLC{interval=‘1d’, open=49259.65, high=49315.85, low=49031.8, close=49273.0, vol=0, ts=1738261800000}]}}}, firstLevelWithGreeks=null, requestMode=full_d5}}, currentTs=1738300232442, marketInfo=null}
MarketUpdateV3{type=live_feed, feeds={NSE_INDEX|Nifty 50=Feed{ltpc=null, fullFeed=FullFeed{marketFF=null, indexFF=IndexFullFeed{ltpc=LTPC{ltp=23402.15, ltt=1738300232000, cp=23249.5}, marketOHLC=MarketOHLC{ohlc=[OHLC{interval=‘1d’, open=23296.75, high=23415.6, low=23277.4, close=23402.15, vol=0, ts=1738261800000}]}}}, firstLevelWithGreeks=null, requestMode=full_d5}}, currentTs=1738300232592, marketInfo=null}
Yes, we have released the latest version of the Java SDK, v1.11.1
, which provides the expected and accurate feed for the V3 WebSocket.