order.getSide(), new LeavesQty(0), new CumQty(orderQty.getValue()));
executionReport.set(order.getClOrdID());
executionReport.set(order.getSymbol());
executionReport.set(orderQty);
executionReport.set(new LastQty(orderQty.getValue()));
executionReport.set(new LastPx(price.getValue()));
executionReport.set(new AvgPx(price.getValue()));
sendMessage(sessionID, executionReport);
}