To read real time data we need to pass stock code (we cant pass SBIN) number, I am struggling find stock codes, where can I get list of all listed stock codes ? providing example below for reference. // Subscribing to Tata Power and setting mode to LTP INFY (408065) and TATAMOTORS (884737) ticker.Subscribe(Tokens: new UInt32[] { 884737 }); ticker.SetMode(Tokens: new UInt32[] { 884737 }, Mode: Constants.MODE_LTP);