Hi Traders, Since order placements are blocked at our end after market hours. A few of the users had concerns about their testing setup. So we have decided to allow the ICICIBANK instrument to place orders post market hours. Thank you, Sujith
@sujith Can you enable an instrument each on NFO,MCX,CDS segment just like you have done for ICICIBANK in Cash segment ? It would be helpful for testing code at our end.
@rakeshr Can you enable an instrument each on NFO,MCX,CDS segment just like you have done for ICICIBANK in Cash segment ? It would be helpful for testing code at our end.
Hi, As I mentioned earlier that it is working for me, now I noticed that it works occasionally fine but rest of the time its giving issue. Here what's am getting today as json response from the server. Its not working as on 6:53 PM 14th Jan 2020.
This is our mini RMS rejection wherein place order request fails, you will not see this order on orderbook, you need to handle this in code. Postbacks are only received if you get 200 for place order request.
OrderParams orderParams = new OrderParams();
orderParams.quantity = 2;
orderParams.orderType = Constants.ORDER_TYPE_MARKET;
orderParams.tradingsymbol = "ICICIBANK";
orderParams.exchange = Constants.EXCHANGE_NSE;
orderParams.transactionType = Constants.TRANSACTION_TYPE_BUY;
orderParams.validity = Constants.VALIDITY_DAY;
orderParams.product = Constants.PRODUCT_MIS;
Tried placing it as Constants.VARIETY_AMO as well as Constants.VARIETY_REGULAR but didnt work
Did you place order from Kite web or API?
Can you paste the params here?
{"data":null,"error_type":"InputException","message":"Markets are closed right now. Use GTT for placing long standing orders instead. [Read more.](https://support.zerodha.com/category/trading-and-markets/gtt/articles/what-is-the-good-till-triggered-gtt-feature)","status":"error"}
I am guessing for ICICIBANK, the response should be order rejected ?
I think the rule got reset. I have asked the team to take a look at this.