MessageFactory messageFactory = new DefaultMessageFactory();
//initiator = new SocketInitiator(application, messageStoreFactory, settings, logFactory, messageFactory);
initiator = new SocketInitiator(application, messageStoreFactory, settings, null, messageFactory);
frame = new BanzaiFrame(orderTableModel, executionTableModel, application);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}