Thread: [Quickfix-developers] Sending higher sequence number to quickfix...
Brought to you by:
orenmnero
|
From: Abel M. <am...@bo...> - 2006-04-26 08:55:47
|
Hi everyone, I'm making some test with quickfix and I've found a strange behaviour.=20 On the table sessions we have the next sequence number expected by=20 quickfix (eg 55). Now, just imagine we send a higher number (eg 57).=20 quickfix don't say nothing, it just take the message but don't pass it=20 neither fromApp function nor send it back to quickfix client. So, my point is, wouldn't it be possible to know somehow that it happens = in order to be able to do something (eg send to the client a message=20 like - sequence number too high - ). I've cheked old messages in the=20 forum but I haven't seen this question post it. thanks in advance, Abel Monroy. ****************************** AVISO LEGAL = ****************************** La informaci=F3n contenida en este mensaje es para uso exclusivo de su = destinatario. No debe copiarse, transmitirse a terceros ni guardarse por = estos =FAltimos, salvo autorizaci=F3n del remitente. Puede contener informaci=F3n confidencial o legalmente protegida cuyo = r=E9gimen legal de utilizaci=F3n no se ve afectado por el hecho de que = haya sido enviada por correo electr=F3nico. Su env=EDo por error a una persona distinta de su destinatario real no = implica que se haya modificado tal destinatario ni supone renuncia a su = eventual car=E1cter confidencial o al r=E9gimen legal que rija su = utilizaci=F3n. Cualquier opini=F3n expresada en este mensaje vincular=E1 exclusivamente = a la persona que lo haya remitido, excepto cuando el mensaje establezca = lo contrario y el remitente est=E9 autorizado para establecer que dichas = opiniones vincular=E1n a esta entidad. En el supuesto de que este correo se recibiera por error, rogamos = procedan a borrarlo, sin reenviarlo a terceros ni conservarlo en = cualquier soporte y nos informen inmediatamente llamando al tel=E9fono = 34 91 5892123 o a la direcci=F3n de correo electr=F3nico remitente. = Gracias. ****************************** DISCLAIMER ****************************** The information contained in this message is for the exclusive use of = the named person. It can not be copied, transmitted to third parties or = stored by the latter, except if authorised by the sender. It may contain confidential or legally privileged information whose = legal regime is not affected by the fact that this information has been = sent by e-mail.=20 Its erroneous transmission to a person other than the real named person = neither implies any modification of this named person nor a renunciation = of the eventual confidentiality or legal regime affecting the use of = concerned message. Any views expressed in this message are binding exclusively upon the = individual sender, except where the message states otherwise and the = sender is authorised to bind this entity.=20 If you receive this message in error, please delete it without = transmitting it to any third party or keeping it in any form and notify = us immediately either by phone (34 91 5892123) or using the e- mail = address of the sender. Thank You. |
|
From: Oren M. <or...@qu...> - 2006-04-27 05:42:54
|
QuickFIX should be sending a ResendRequest in this situation. Are you sure that it isn't? --oren Abel Monroy wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi everyone, > > I'm making some test with quickfix and I've found a strange behaviour. > On the table sessions we have the next sequence number expected by > quickfix (eg 55). Now, just imagine we send a higher number (eg 57). > quickfix don't say nothing, it just take the message but don't pass it > neither fromApp function nor send it back to quickfix client. > So, my point is, wouldn't it be possible to know somehow that it > happens in order to be able to do something (eg send to the client a > message like - sequence number too high - ). I've cheked old messages > in the forum but I haven't seen this question post it. > > thanks in advance, > > Abel Monroy. > > > > ****************************** AVISO LEGAL ****************************** > La información contenida en este mensaje es para uso exclusivo de su > destinatario. No debe copiarse, transmitirse a terceros ni guardarse > por estos últimos, salvo autorización del remitente. > Puede contener información confidencial o legalmente protegida cuyo > régimen legal de utilización no se ve afectado por el hecho de que > haya sido enviada por correo electrónico. > Su envío por error a una persona distinta de su destinatario real no > implica que se haya modificado tal destinatario ni supone renuncia a > su eventual carácter confidencial o al régimen legal que rija su > utilización. > Cualquier opinión expresada en este mensaje vinculará exclusivamente a > la persona que lo haya remitido, excepto cuando el mensaje establezca > lo contrario y el remitente esté autorizado para establecer que dichas > opiniones vincularán a esta entidad. > En el supuesto de que este correo se recibiera por error, rogamos > procedan a borrarlo, sin reenviarlo a terceros ni conservarlo en > cualquier soporte y nos informen inmediatamente llamando al teléfono > 34 91 5892123 o a la dirección de correo electrónico remitente. Gracias. > ****************************** DISCLAIMER ****************************** > The information contained in this message is for the exclusive use of > the named person. It can not be copied, transmitted to third parties > or stored by the latter, except if authorised by the sender. > It may contain confidential or legally privileged information whose > legal regime is not affected by the fact that this information has > been sent by e-mail. Its erroneous transmission to a person other than > the real named person neither implies any modification of this named > person nor a renunciation of the eventual confidentiality or legal > regime affecting the use of concerned message. > Any views expressed in this message are binding exclusively upon the > individual sender, except where the message states otherwise and the > sender is authorised to bind this entity. If you receive this message > in error, please delete it without transmitting it to any third party > or keeping it in any form and notify us immediately either by phone > (34 91 5892123) or using the e- mail address of the sender. Thank You. > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > |