Market Order Changed to Limit Order

rasumaya
Hi,
My algorithm placed a market order today morning on CIPLA. However, when I saw my order book, I saw that a limit order had been placed on CIPLA and therefore I did not get my fill (cipla moved very quickly today). Is there any rule that converts market orders to limit orders for certain stocks?
symbol= "CIPLA"
kite.place_order(tradingsymbol=symbol,
exchange=kite.EXCHANGE_NSE,
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=10,
order_type=kite.ORDER_TYPE_MARKET,
product=kite.PRODUCT_MIS,
variety=kite.VARIETY_REGULAR)
This discussion has been closed.