@tonystark i have pasted entire code and console screenshot, let me know if you need anything else, i would appreciate your quick response. thanks. its the same code what is there on git hub i am just requesting banks tick data
using System;
using KiteConnect;
using System.Collections.Generic;
namespace KiteConnectSample
{
class Program
{
// instances of Kite and Ticker
static Ticker ticker;
static Kite kite;
// Initialize …