Navigation

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

    vcb

    @vcb

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    vcb Follow

    Best posts made by vcb

    This user hasn't posted anything yet.

    Latest posts made by vcb

    • _WS.RunScript(sagr.feedToken, Client_code, script, TASK);

      On the GitHub page at https://github.com/angel-one/smartapi-dotnet, what is the meaning of mw, sfi and dp in TASK: mw|sfi|dp ?

      TASK: mw|sfi|dp appears under the section for ------Socket Sample Code to get stock quotes------ . This is the snippet in which TASK: mw|sfi|dp appears, in the inline conmment // :

      _WS.ConnectforStockQuote(sagr.feedToken, Client_code);
      if (_WS.IsConnected())
      {
         string script = "", TASK="";  // SCRIPT: nse_cm|2885, mcx_fo|222900  TASK: mw|sfi|dp
      
         _WS.RunScript(sagr.feedToken, Client_code, script, TASK);
         _WS.MessageReceived += WriteResult;
         
        _WS.Close(true); to stop and close socket connection
      }
      exitEvent.WaitOne();
      
      posted in C#/.Net SDK
      V
      vcb
    • Downloading All Instruments

      In the c# API, which function / command to use to download all instruments ?

      posted in C#/.Net SDK
      V
      vcb