// *** Optional fields ***
executionReport.set(new ClOrdID(execution.getOrder().getClientID()));
executionReport.set(new OrderQty(execution.getOrder().getQuantity()));
executionReport.set(new LastShares(execution.getLastShares()));
executionReport.set(new LastPx(execution.getLastPx()));
System.out.println("Setting...");
System.out.println("SecurityID: " + order.getSecurityID());
System.out.println("IDSource: " + order.getIdSource());
if( order.getSecurityID() != null
&& order.getIdSource()!= null) {