RE: [Quickfix-developers] Re: How to set my own seq number?
Brought to you by:
orenmnero
From: Rattinger, J. <Joh...@sa...> - 2003-01-03 18:43:21
|
Hello Oren, All, I have been reading this thread with some interest. I am in the process of evaluating quickfix at the moment, so I'm not sure of all of it's capabilities. My initial opinions are that it looks like a great product - very clean. When dealing with seqno's, other than at the end/start of day, you never want to lower seqno's. This could cause problems including possibly duping orders (Although any good engine should catch them, that's not always the case). It is however reasonable to want to be able do something like raise your outgoing seqno. This can be helpful in a situation where you are sending a seqno that is less than expected. By bumping up your seqno to some number higher than what the other engine is expecting should resolve the problem. You can certainly bring the engine down and modify the seqno file, but it would be nicer if you can programmatically do this. Is there a way to do this? Thanks John ----------------------------------------------------- John Rattinger SAC Capital Advisors, LLC - Synapse Group joh...@sa... -----Original Message----- From: OM...@th... [mailto:OM...@th...] Sent: Friday, January 03, 2003 12:44 PM To: xw...@qt... Cc: qui...@li...; qui...@li... Subject: RE: [Quickfix-developers] Re: How to set my own seq number? QuickFIX does this for you. If you receive a seq num reset request, QuickFIX will use it to reset the numbers as specified. --oren "Alvin Wang" <xwang@qtechservi To: <OM...@th...> ces.com> cc: <qui...@li...>, <qui...@li...> 01/03/2003 08:50 Subject: RE: [Quickfix-developers] Re: How to set my own seq number? AM What if my side receives a seq num reset request? How can I do it in the code? Thanks! -----Original Message----- From: qui...@li... [mailto:qui...@li...]On Behalf Of OM...@th... Sent: Thursday, January 02, 2003 5:04 PM To: xw...@qt... Cc: qui...@li...; qui...@li... Subject: [Quickfix-developers] Re: How to set my own seq number? You can do this by modifying the .seqnum file for the session. --oren "Alvin Wang" <xwang@qtechservi To: <OM...@th...> ces.com> cc: <qui...@li...>, <qui...@li...> 01/02/2003 03:57 Subject: How to set my own seq number? PM Hi! In QuickFix, how to reset my own seq number? I know I can send Msg 4 to reset the seq num of the other side. Is there a way I can reset my own? Thanks! Alvin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |