Re: [Quickfix-developers] non logged-on messages
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-08-29 14:06:13
|
On 8/29/05, John GALLET <joh...@wa...> wrote: > The same kind of things happens in the following scenario : > - I let both initiator and ordermatch(acceptor) chat a little while > - I kill ordermatch with a CTRL-C > - I send my order to the initiator How's that? The Initiator class doesn't provide any methods for sending messages. Only the Session class does. > - I boot up ordermatch again > =3D> ordermatch asks for ResendRequest but the client never sends its ord= er, > only a SequenceReset =20 > Is there something special I must do in my code to handle this situation > or is it a "bug" of some kind ? No, this sort of thing Just Works. Its hard to tell what is happening in your tests without more information. Just the event log isn't enough. It would be helpful if you could include the code you'e using and configuration you have for the session, as well as the logs from the FileStore (e.g. at least the .body and .header files). Are you certain you've sent a NewOrderSingle and not some admin-type message? > If I start ordermatch first, everything works just fine. Perhaps you could provide a log from one of these scenarios. --=20 Caleb Epstein caleb dot epstein at gmail dot com |