| [QFJ-233] SendResetSeqNumFlag shows up in documentation but is not queried anywhere in the code Created: 30/Aug/07 Updated: 07/Apr/09 Resolved: 02/Sep/07 | |
| Status: | Closed | 
| Project: | QuickFIX/J | 
| Component/s: | Documentation, Engine | 
| Affects Version/s: | 1.2.1 | 
| Fix Version/s: | 1.3.0 | 
| Type: | Bug | Priority: | Default | 
| Reporter: | Toli Kuznets | Assignee: | Steve Bate | 
| Resolution: | Fixed | Votes: | 0 | 
| Labels: | None | ||
| Description | 
| the configuration.html file contains an entry for the SendResetSeqNumFlag: However, i'm not seeing any references to it in the QFJ code it self - the setting is now showing up in the Session.java nor is there a corresponding flag for it and it's not used in Session.isResetNeeded() function. are the docs out of date? and what's the appropriate way to ensure that a reset (ie 141=Y) is not being sent in the first Logon message? | 
| Comments | 
| Comment by Steve Bate [ 02/Sep/07 ] | 
| This is a strange one. I see it was added to the documentation over two years ago, but I don't see it ever being used in the session factory in any past file versions. Unless you have another suggestion, I'm going to just delete it from the documentation. | 
| Comment by Toli Kuznets [ 02/Sep/07 ] | 
| Deleting it is fine. You can achieve the same behaviour of not sending a resetSeqNum in the first logon by just turning off all the ResetOnDisconnect/ResetOnLogin/ResetOnLogout flags to N. | 
| Comment by Mihai Sardarescu [ 07/Apr/09 ] | 
| The flag SendResetSeqNumFlag still appears in the QuickfixJ configuration: http://www.quickfixj.org/quickfixj/usermanual/usage/configuration.html. I have searched the source code for version 1.4.0 and it seems that it is never used. |