@sujith please find below a snippet to reproduce the issue.
internal class Program
{
private static void Main(string[] args)
{
var user = new Kite(configuration["Kites:ApiKey"]).GenerateSession(configuration["Kites:Req…
@sujith Yes, I am subscribing to just LTP. Below code for your reference:
var testToken = new uint[]
{
13406210
};
_ticker.Subscribe(Tokens: testToken);
_ticker.SetMode(Tokens: testToken, Mode: Constants.MODE_LTP);