From: Matthew S. <ms...@bi...> - 2006-02-23 19:34:18
|
After startup the first order is not sent until a second order is submitted. How can I get the first order to be sent normally? This is basically what I'm doing: initiator = new SocketInitiator (this, messageStoreFactory, settings, logFactory, messageFactory); initiator.start(); ... public void onCreate (SessionID sessionId) { this.sessionID = sessionId } ... Session.sendToTarget (buildSingleOrder (order), sessionID); version: quickfixj-1.0.0b3 |