Hi, I want to get the Bids and Offers every second. I am using below code to access that but after some interval of 10-20 seconds. The documentation provided here https://github.com/zerodhatech/dotnetkiteconnect/tree/kite3 is not working especially Ticker instance is not calling . Please let me know the code I should use to access the Bids and Offers of ['NFO:NIFTY18JULFUT'] every second.
In the code below, I am using Timer and inside UpdatePanel a trigger is used to trigger the query after every second.
please suggest me what to do because I have tried by creating a new Ticker instance as informed in GitHub Documentation but ticker is not getting called so if you can provide me a demo code it would be a great Help.