we are not getting streaming data

desiredoom
we have downloaded all the symbols, also my websocket is live. but how can see live streaming data?
could you plz advise me with the same, i am using .net platform.
  • botany02
    @desiredoom

    You need to subscribe Quotes for the ticker for which you need streaming data.
    Once Subscribed, You will get streaming data in the QuotesReceivedEvent.
    You just need to add a handler and do whatever you want with the data.

    The sample app has an example on this..

    Further, Pls go through help doc @ https://www.howutrade.in/Docs/KiteDotNet/
    & which has all methods & properties supported.
Sign In or Register to comment.