Thread: [Quickfix-developers] PossDup flag on logon
Brought to you by:
orenmnero
From: Jo J. <jo...@tr...> - 2004-04-01 16:10:09
|
I just rebuilt my stuff with quickfix 1.7.0 (C++). A couple of my brokers do not send the PossDup field (43) on logon, and this causes quickfix to disconnect them. I am using FIX 4.2 and I do not believe it requires tag 43 on a logon, so is this a new bug? Thanks, Jo Janssens |
From: Oren M. <om...@ri...> - 2004-04-01 16:18:31
|
What version were you using previously? Knowing this will make it =0D=0Aea= sier to analyze what may have changed=2E There should be no reason =0D=0At= hat PossDup is required for a logon=2E=0D=0A=0D=0A--oren=0D=0A=0D=0AOn Apr = 1, 2004, at 10:12 AM, Jo Janssens wrote:=0D=0A=0D=0A> I just rebuilt my stu= ff with quickfix 1=2E7=2E0 (C++)=2E=0D=0A>=0D=0A> =A0=0D=0A>=0D=0A> A coupl= e of my brokers do not send the PossDup field (43) on logon, =0D=0A> and th= is causes quickfix to disconnect them=2E=0D=0A>=0D=0A> =A0=0D=0A>=0D=0A> I = am using FIX 4=2E2 and I do not believe it requires tag 43 on a logon, =0D= =0A> so is this a new bug?=0D=0A>=0D=0A> =A0=0D=0A>=0D=0A> Thanks,=0D=0A>= =0D=0A> Jo Janssens=0D=0A>=0D=0A> =A0=0D=0A>=0D=0A> =A0=0D=0A=0D=0A=0D=0A= =0D=0A-----------------------------------------=0D=0AThis email and any att= achments are confidential and may be legally privileged=2E No confidential= ity or privilege is waived or lost by any transmission in error=2E If you = are not the intended recipient you are hereby notified that any use, printi= ng, copying or disclosure is strictly prohibited=2E Please delete this ema= il and any attachments, without printing, copying, forwarding or saving the= m and notify the sender immediately by reply e-mail=2E The company reserve= s the right to monitor all e-mail communications through its networks=2E U= nless otherwise stated, any financial results or price data contained in th= is email are indicative only and are subject to change without notice=2E=0D= =0A |
From: Jo J. <jo...@tr...> - 2004-04-01 16:24:24
|
I was using 1.6.0 before. Jo -----Original Message----- From: Oren Miller [mailto:om...@ri...] Sent: Thursday, April 01, 2004 10:17 To: Jo Janssens Cc: qui...@li... Subject: Re: [Quickfix-developers] PossDup flag on logon What version were you using previously? Knowing this will make it easier to analyze what may have changed. There should be no reason that PossDup is required for a logon. --oren On Apr 1, 2004, at 10:12 AM, Jo Janssens wrote: I just rebuilt my stuff with quickfix 1.7.0 (C++). A couple of my brokers do not send the PossDup field (43) on logon, and this causes quickfix to disconnect them. I am using FIX 4.2 and I do not believe it requires tag 43 on a logon, so is this a new bug? Thanks, Jo Janssens ----------------------------------------- This email and any attachments are confidential and may be legally privileged. No confidentiality or privilege is waived or lost by any transmission in error. If you are not the intended recipient you are hereby notified that any use, printing, copying or disclosure is strictly prohibited. Please delete this email and any attachments, without printing, copying, forwarding or saving them and notify the sender immediately by reply e-mail. The company reserves the right to monitor all e-mail communications through its networks. Unless otherwise stated, any financial results or price data contained in this email are indicative only and are subject to change without notice. |
From: James C. D. <jc...@co...> - 2004-04-01 16:43:13
|
Are the logon acceptance tests passing? Jim James C. Downs Connamara Systems, LLC 53 W. Jackson Blvd Suite 1627 Chicago, IL 60604 312 - 282 - 7746 www.connamara.com _____ From: qui...@li... [mailto:qui...@li...] On Behalf Of Oren Miller Sent: Thursday, April 01, 2004 10:17 AM To: Jo Janssens Cc: qui...@li... Subject: Re: [Quickfix-developers] PossDup flag on logon What version were you using previously? Knowing this will make it easier to analyze what may have changed. There should be no reason that PossDup is required for a logon. --oren On Apr 1, 2004, at 10:12 AM, Jo Janssens wrote: I just rebuilt my stuff with quickfix 1.7.0 (C++). A couple of my brokers do not send the PossDup field (43) on logon, and this causes quickfix to disconnect them. I am using FIX 4.2 and I do not believe it requires tag 43 on a logon, so is this a new bug? Thanks, Jo Janssens ----------------------------------------- This email and any attachments are confidential and may be legally privileged. No confidentiality or privilege is waived or lost by any transmission in error. If you are not the intended recipient you are hereby notified that any use, printing, copying or disclosure is strictly prohibited. Please delete this email and any attachments, without printing, copying, forwarding or saving them and notify the sender immediately by reply e-mail. The company reserves the right to monitor all e-mail communications through its networks. Unless otherwise stated, any financial results or price data contained in this email are indicative only and are subject to change without notice. |
From: Jo J. <jo...@tr...> - 2004-04-01 16:23:38
|
I should mention: this only happens when the logon response I receive has a low sequence number. If this happens, the doTargetTooLow() function tries to get the PossDup flag and throws an exception, causing a disconnect w/o and informative messages in the log. This was quite frustrating initially, I had to modify the quickfix code to figure it out. I also noticed that a bad time causes a disconnect if checkLatency is on, and no message is printed to the log in that case either. It seems that the previous version sent rejects to indicate what went wrong, but now it simply disconnects and that makes it tough to figure out what went wrong. -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: Thursday, April 01, 2004 10:12 To: qui...@li... Subject: [Quickfix-developers] PossDup flag on logon I just rebuilt my stuff with quickfix 1.7.0 (C++). A couple of my brokers do not send the PossDup field (43) on logon, and this causes quickfix to disconnect them. I am using FIX 4.2 and I do not believe it requires tag 43 on a logon, so is this a new bug? Thanks, Jo Janssens |