Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. West2t14
    W
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    West2t14

    @West2t14

    0
    Reputation
    12
    Posts
    4
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    West2t14 Follow

    Best posts made by West2t14

    This user hasn't posted anything yet.

    Latest posts made by West2t14

    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin said in MessageReceived method/function not available in the smart-api.dll:

      HI @West2t14
      The MessageReceived is not missing in the library, It's there. you has to create an instance of WebSocket class of AngelBroking library as follow then you can get access to this event handler

      AngelBroking.WebSocket _WS = new AngelBroking.WebSocket();
      
          var exitEvent = new ManualResetEvent(false);
      
          _WS.ConnectforStockQuote(sagr.feedToken, Client_code);
      ​
          if (_WS.IsConnected())
          {
      
          string script = "nse_cm|2885&nse_cm|1594&nse_cm|11536&nse_cm|3045";
      
          _WS.RunScript(sagr.feedToken, Client_code, script, "mw");
      
          _WS.MessageReceived += WriteResult;
      
                 //_WS.Close(true);// to stop and close socket connection
          }
      

      Thank you! Will check it out!

      posted in C#/.Net SDK
      W
      West2t14
    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin Thank you! Will be waiting for your reply. I am stuck here and this will help me automate my trades!

      posted in C#/.Net SDK
      W
      West2t14
    • Websockets for .net SDK

      Hello Guys -

      Anyone using websockets in .Net SDK? Need help in getting real-time quotes using websockets in .Net.

      posted in C#/.Net SDK
      W
      West2t14
    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin Hello There -

      Any update here?

      posted in C#/.Net SDK
      W
      West2t14
    • RE: MessageReceived method/function not available in the smart-api.dll

      @admin said in MessageReceived method/function not available in the smart-api.dll:

      Hi @West2t14 we have reported this to team.

      Thank you!

      posted in C#/.Net SDK
      W
      West2t14
    • MessageReceived method/function not available in the smart-api.dll

      Hello Admin -

      MessageReceived method/function not available in the smart-api.dll for websocket. Could you please update the dll with the MessageReceived method for websocket?

      8a1ea3e3-802c-4542-8b14-993e153f3715-image.png

      posted in C#/.Net SDK
      W
      West2t14
    • RE: triggerprice

      @admin said in triggerprice:

      Hi @West2t14 This is fixed and deployed.

      Thanks again! Checked and it is fixed! Cheers!

      posted in General Discussion
      W
      West2t14
    • RE: triggerprice

      @admin That was fast! Thank you!

      posted in General Discussion
      W
      West2t14
    • RE: triggerprice

      @admin Thank you very much. I will be waiting for your response. Thanks again!

      posted in General Discussion
      W
      West2t14
    • RE: triggerprice

      @admin Here it is -

      2c325bb4-fa5a-4a72-9ff8-579b8ecccb4e-image.png

      posted in General Discussion
      W
      West2t14