TimelordUK / jspurefix

native typescript FIX engine
MIT License
58 stars 27 forks source link

Set PossDupFlag and OrigSendingTime when resending application messages #82

Closed douglasmuraoka closed 7 months ago

douglasmuraoka commented 7 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 7 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.