Ticker: Values update

Saleem
I have added all the NSE instruments and all the NSE options instruments to subscribe for Zerodha ticker.
However I do not see many of the NSE options I want, get updated or the value reflected in ticker.
Is there any separate, I have to do for NSE options to get them in the ticker.

The listOfInstruments have all the symbols, I want.

This is my code snippet

ticker.OnTick += OnZerodhaTicker;
ticker.Connect();

ticker.Subscribe(listOfInstruments.ToArray());


  • Saleem
    Please ignore this, my code was incorrect.
    Can close the ticket.

    Thanks,
    Saleem
Sign In or Register to comment.