order_type=dhan.MARKET, can i get MARKET from and excel cell

dhan.place_order(security_id=‘1333’, #hdfcbank
exchange_segment=dhan.NSE,
transaction_type=dhan.BUY,
quantity=10,
order_type=dhan.MARKET,
product_type=dhan.INTRA,
price=0)

Hello @ajaygttech

Welcome to Dhan Community! Great to know that you are exploring DhanHQ APIs.

I didn’t get your query here, can you add more details? Are you trying to place order from excel and facing issue?