Even tried to place normal order now, 11.42AM, 24 June 2021
Still same error.
OrderParams orderParams = new OrderParams();
orderParams.quantity = 1;
orderParams.variety="NORMAL";
orderParams.symboltoken = "530813";
orderParams.exchange ="BSE";
orderParams.ordertype = "LIMIIT";
orderParams.tradingsymbol = "KRBL";
orderParams.producttype = "DELIVERY";
orderParams.duration = "DAY";
orderParams.transactiontype ="BUY";
orderParams.price = 210.0;
Order order=smartConnect.placeOrder(orderParams,Constants.VARIETY_REGULAR);
Cannot invoke "String.contains(java.lang.CharSequence)" because the return value of "okhttp3.Response.header(String)" is null