0

I'm trying to see what QF/j can handle out of the box and tried sending a SequenceReset. however all the QF/J acceptor on the other end sends back is a regect message.

Session.sendToTarget(FixOrders.createSequenceReset(), sessionId);


public static SequenceReset createSequenceReset() {
       return new SequenceReset();
    }

any ideas?

FutuToad
  • 2,750
  • 5
  • 36
  • 63
  • have you tried setting the sequence reset in the config file. If so you do not have to code it, the engine does it itself. – robthewolf Nov 25 '13 at 14:32
  • @robthewolf thx, but I put in these ResetOnLogon=Y ResetOnLogout=Y ResetOnDisconnect=Y ForceResync=Y, and the sequence numbers are not effected after running this code **socketInitiator.stop(); Thread.sleep(1000); socketInitiator.start();** – FutuToad Nov 25 '13 at 15:37
  • Is the acceptor yours or someoneelses? – robthewolf Nov 26 '13 at 08:44
  • @robthewolf its mines :) – FutuToad Nov 26 '13 at 10:16
  • @robthewolf btw, I would like to visit tel Aviv sometime, what is the finance work like down there? – FutuToad Nov 26 '13 at 11:20
  • if the acceptor is yours then the acceptor should be receiving the reset on log on and handling it. This is not the place to discuss work and travel, sorry. – robthewolf Nov 26 '13 at 13:49
  • There are many reasons why a message might be rejected. What is the reject description? – Frank Smith Dec 03 '13 at 11:16

0 Answers0