From: Oren M. <or...@qu...> - 2006-02-23 19:53:04
|
Do you have any logs? --oren Matthew Stone wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |