thanks for the update, is this related to the following intermittent order placement error on Kite?
https://zerodha.com/marketintel/bulletin/286047/intermittent-order-placement-error-on-kite
i just saw this in one of your answer, check line #92
https://github.com/zerodha/dotnetkiteconnect/blob/master/KiteConnectTest/KiteTest.cs#L88
it's in lot-quantity, please confirm.
just in case you need the code snippet
result = _kiteInstance.PlaceOrder(TickerConstants.EXCHANGE_NSE, tradeVO.Scrip, tradeVO.GetTransactionType(), tradeVO.Quantity, (decimal)tradeVO.Entry, TickerConstants.PRODUCT_MIS, tradeVO.OrderType, TickerConst…
symbol: USDINR20NOVFUT
Entry: 74.17
Target: 74.07
SL: 74.22
Order-Type: MARKET
Order-Variety: co
Transaction Type: SELL
got the same exception: Unknown `tradingsymbol`.
For your kind information i'm using the same code to place orders more than 2…
in the master file, I can see the same name. The below row is used to fetch the details. Can you please check
instrument_token,exchange_token,tradingsymbol,name,last_price,expiry,strike,tick_size,lot_size,instrument_type,segment,exchange
268356614…
Not allowing any new order now, time exceeds. What params you need? Exception clearly says "Unknown trading symbol". Can you please clear the name conflict mentioned above?