Not sure what you mean when you tell: "are acknowledged by the broker." but yet throws the Exception.
Session.sendToTarget(...,...) takes the arguments as the valid Session established via LogOn msg and it's ack via a LogOn again. Please check the following: 1. The Session is established: You can check your code that you onLogON(SessionID) method is implemented via a Session object which is assigned the SessionID on LogON. AND 2. You are responding back via that same SessionID as an argument during Session.sendToTarget(FIXMsg,Session). You can send any FIX Msg supported via the FIX Dictionary you have used. I can post a sample code, if you require so. Regards, Sibir On Fri, Jan 22, 2010 at 7:28 AM, kodecharlie <[email protected]> wrote: > After downloading and setting up QuickFixJ 1.3.2, every order I send > out via > > boolean Session.sendToTarget(Message message, SessionID sessionID) > throws SessionNotFound; > > returns false. All orders do make it to the FIX gateway, and are > acknowledged by the broker. > > Question: is this a bug in QuickFixJ 1.3.2? I thought this > sendToTarget() would only > return false if the order was not immediately dispatched, ie, > internally queued for reason. > Why is this happening for *every* order? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Financial Information eXchange" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<fix-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/fix-protocol?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Financial Information eXchange" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fix-protocol?hl=en.
