Navigation

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

    Trigger Price

    General Discussion
    2
    4
    40
    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.
    • B
      blackdream last edited by

      @admin ,

      Im using Smart API Using C# Asp. Net.

      I cannot see TriggerPrice in OrderInfo Class. How can i place SL-M order using OrderInfo Class.

      public class OrderInfo
      {
      public string orderid { get; set; }
      public string variety { get; set; }
      public string tradingsymbol { get; set; }
      public string symboltoken { get; set; }
      public string transactiontype { get; set; }
      public string exchange { get; set; }
      public string ordertype { get; set; }
      public string producttype { get; set; }
      public string duration { get; set; }
      public string price { get; set; }
      public string squareoff { get; set; }
      public string stoploss { get; set; }
      public string quantity { get; set; }

      }
      
      A 2 Replies Last reply Reply Quote 0
      • A
        admin @blackdream last edited by

        Hi @blackdream we have notice your issue we will revert back to you.

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

          Hi @blackdream our c# asp.net SDK is under development we will notify you once it is deployed.

          B 1 Reply Last reply Reply Quote 0
          • B
            blackdream @admin last edited by

            @admin Thank you for the update.

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