Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Websocket Streaming Code for C# web application

    C#/.Net SDK
    3
    5
    77
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jorawarjora last edited by

      Kindly post your websocket code here, if you are successfully getting the stream of live data in c# for web application. (other than github example)

      J A 2 Replies Last reply Reply Quote 0
      • J
        jorawarjora @jorawarjora last edited by jorawarjora

        @admin .. Hello admin if you can manage the working code for us, please kindly post here....

        D 1 Reply Last reply Reply Quote 0
        • A
          admin @jorawarjora last edited by

          Hi @jorawarjora said in Websocket Streaming Code for C# web application:

          Kindly post your websocket code here, if you are successfully getting the stream of live data in c# for web application. (other than github example)
          Currently we dont have any code other then github.

          J 1 Reply Last reply Reply Quote 0
          • J
            jorawarjora @admin last edited by

            @admin but that code doesnot work with web application. that is only for console application

            1 Reply Last reply Reply Quote 0
            • D
              divakar620 @jorawarjora last edited by

              @admin I too have similar problem, not receiving proper data, just receiving Datetime and value, tick information was not there.. I am using same code which you share us .

              script : nse_fo|43141 => for NIFTY03NOV2117000PE

              static void WriteResult(object sender, MessageEventArgs e)
              {
              Console.WriteLine("Tick Received : " + e.Message);
              }

              All the time its printing Tick received with DateTime stamp, Is script param correct?

              1 Reply Last reply Reply Quote 0
              • First post
                Last post