TimelordUK / jspurefix

native typescript FIX engine
MIT License
61 stars 28 forks source link

Set PossDupFlag and OrigSendingTime when resending application messages #82

Closed douglasmuraoka closed 11 months ago

douglasmuraoka commented 11 months ago

I noticed that when resending application messages, the mentioned headers were not set (as expected by the specs). This PR sets the missing headers and adds more conditions to existing tests.

TimelordUK commented 11 months ago

this is a great change, thanks a lot. Looks like we may have added some regression around the PossDupFlag as I thougt this had been fixed. This is really well appreciated.