RE: [Quickfix-developers] End of Day
Brought to you by:
orenmnero
From: <Sa...@uc...> - 2004-01-20 20:28:59
|
I see... thanks. I was looking for something a little more programmatic. Sometime we are forced to reset our sequence numbers to match those who we are connecting to. At least we have relied upon this kind of functionality in the past. After looking at the docs more closely (which I am finally starting to get the hang of) I could see that the 'Session' class defined public methods to both 'get' and 'set' the sequence numbers. Unfortunately, only the 'set' variants were implemented in the NET counterpart. With some considerable trial and error on my part, I extended the NET interface to include these two 'get' methods as well. sm ps. I kept looking for the ugly ATL stuff, but never saw it ... I keep forgetting this is not COM :) pps. How do I get a hold of the "new" repository? > > Resetting is supposed to be done automatically through the StartTime and > EndTime settings, though this was broken in 1.6, but recently fixed in > the repository. > > The most effective way to do an end of day (after you do an archive for > example) is to simply clear out the store directory, which will force > the session to start from scratch. > > --oren > > > Hello all... > > > > How does one typically run an 'End Of Day' -or- adjust message > sequence > > numbers in general. > > > > Is there an API for this or is it based on manually adjusting the text > file? > > > > Thanks, > > Sam > > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Quickfix-developers mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |