TimelordUK / jspurefix

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

Non standard implementation of the FIX Protocol #3

Closed aisfell closed 4 years ago

aisfell commented 4 years ago

Very nice library! I stumbled upon two issues when trying to connect to another implementation:

I have made these changes locally and it works fine now but would be nice to have this as part of a properly installed library.

TimelordUK commented 4 years ago

thanks a lot for pointing out these issues. I will take a look and get these fixed.

TimelordUK commented 4 years ago

this should now be fixed with 1.14

aisfell commented 4 years ago

Thanks for the update. Is it just me or did about 50% of the tests for 'npm test' fail?

TimelordUK commented 4 years ago

Alll tests seem to pass on the cloud they get automatically rerun. I’ll check again later today

On Mon, 24 Feb 2020 at 07:48, aisfell notifications@github.com wrote:

Thanks for the update. Is it just me or did about 50% of the tests for 'npm test' fail?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TimelordUK/jspurefix/issues/3?email_source=notifications&email_token=ABXWJG4SXLWEXFBN6JB3AHLREN3TNA5CNFSM4KYQSUK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMW33RY#issuecomment-590200263, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXWJG4L65FZONLRZUC5YZDREN3TNANCNFSM4KYQSUKQ .

aisfell commented 4 years ago

No hurry, try the https://github.com/TimelordUK/jspf-demo/ then you'll see what I'm talking about, or not... ;)

aisfell commented 4 years ago

The repo 'data/fix_repo.zip' did not unpack automatically, maybe an issue on my size. Anyhow, some jest tests might fail aswell but I can confirm that the body length and checksum are now correct. Thanks!