Not Able to modify order

vgpatil333
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
  • rakeshr
    @vgpatil333
    i placed market order first and then i want to modify limit on that same order.
    You can't modify the market order, it gets executed as you place the order at CMP(current market price).
    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.
    Which pending order are you trying to modify?
    Is it a limit order placed initially?
Sign In or Register to comment.