Navigation

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

    Modify API not working for STOPLOSS_LIMIT orders

    Python SDK
    0
    3
    19
    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.
    • Q
      quantplay last edited by

      Hey Team,

      Modify order is working for for order_id 240130001004187

      Request :- {
      "variety": "STOPLOSS",
      "orderid": "240130001004187",
      "duration": "DAY",
      "price": "5.15",
      "trigger_price" : "5.05",
      "quantity": 40,
      "ordertype":"STOPLOSS_LIMIT",
      "tradingsymbol": "FINNIFTY30JAN2420450CE",
      "symboltoken": "38934",
      "exchange": "NFO",
      }

      Response :- {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': {'orderid': '240130001004187', 'uniqueorderid': 'da71469d-d5dc-4093-a7ee-c8a1e19775b9'}}

      Even after a successful response, price remained unchanged [5.3]

      M 1 Reply Last reply Reply Quote 1
      • M
        Moderator_2 @quantplay last edited by

        Hi @quantplay

        Kindly elaborate on the query if there is a concern here.

        Thanks & Regards,
        SmartAPI team

        Q 1 Reply Last reply Reply Quote 0
        • Q
          quantplay @Moderator_2 last edited by

          @Moderator_2 modify api is not working, I want to change the price but it's working

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