I do not want to include starttime and endtime in my config file, as I want to set NonStopSession=Y. As mentioned in the docs, setting NonStopSession=Y is incompatible with start and endtime flags. https://quickfixengine.org/n/documentation/
When i remove start and endtime, i get the following error. The reason i want to set NonStopSession=Y is that the acceptor seems to not reset my sequence numbers. As a result, at the start of each new day, my outgoing sequence number will be reset to 1, and will not be accepted by the acceptor Error
I tried setting ResetOnLogon = N, as well as ValidateSequenceNumbers = N, all of which did not work.