How does MarketQuoteApi work ?
I guess that you cache the tick data from which MarketQuoteApi retrieves ltp for a given instrument. If this is true, receiving web socket update through MarketDataStreamerV3 will always be ahead of periodic polling using MarketQuoteApi. Am I right ?
Or, do you send a query to NSE/BSE and relay response back?
Regards,
J.Ganesan
You are right bro. MarketQuoteApi cache 2 minutes data. so it will always return cached response. You will get last 2nd minute data whenever you will fetch it. If you need latest info you need to use websocket.