It looks like you're new here. If you want to get involved, click one of these buttons!
Order order = kiteConnect.placeOrder(orderParams, variety);Q1.1> Is
if(order.orderId == null || order.orderId.isEmpty()) {
// THIS IS NOT FINE!
}
kiteConnect.placeOrder(orderParams, variety);
guaranteed to return a valid KiteOrderId if the order went through(no exception thrown)?unfilled_quantity
)? For cancelled-orders, the field cancelled_quantity
reflects this)