I m not able to modify order. i placed market order first and then i want to modify limit on that same order. when i modify order the order get placed but limit price in case of limit order or trigger price in case of stop loss order is not updated. what are the parameters required to modify the Nifty option limit order. i used below parameters orderParams.quantity = 75; orderParams.orderType = "Limit" orderParams.tradingsymbol = "NIFTY19N0712150CE"; orderParams.product = "Normal"; orderParams.exchange ="NFO"; orderParams.validity = "DAY" orderParams.disclosedQuantity = 75; orderparams.price = 5.0
Is it a limit order placed initially?