{{Quickfixn}} issues in my log files
Phillip Wei
pwei at bluemountaincapital.com
Mon Oct 28 13:10:24 PDT 2013
Resending with replies cut out (my message got blocked by the mailing list for being too large):
Oh, it looks like that configuration option will only change for message type sequence reset. Otherwise, it will always validate OrigSendingTime. The reason being that it needs this field to ensure the SendingTime > OrigSendingTime.
If you want to have this changed, you will have to compile from source and modify. So, replace:
"if (msgType == Fields.MsgType.SEQUENCE_RESET && RequiresOrigSendingTime == false)"
with
"if (RequiresOrigSendingTime == false)"
I'm not sure if this is desired or undesired behavior ... but my opinion is that setting RequiresOrigSendingTime should disable this check.
Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20131028/75d7dd7e/attachment-0002.htm>
More information about the Quickfixn
mailing list