jspurefix icon indicating copy to clipboard operation
jspurefix copied to clipboard

native typescript FIX engine

Results 31 jspurefix issues
Sort by recently updated
recently updated
newest added

Hey, I think, I've found a minor issue in "generate" script workflow. I have a custom dictionary file, and when I ran generate script, there is no index.ts in types/enum,...

onLogon (view: MsgView, user: string, password: string) event does not emit anywhere

Hi, Could you please show me how to log in or respond to message type A? I have code in Python that is based on QuickFIX library and could not...

I'm not a coder but have spent about 3 full months trying to decode a simple set of 9 digit order IDs received from my broker...the numbers appear to be...

hi, am trying to add custom tags to jspurefix lib but i can't add or use custom tags in it. Could anyone guide me to get it.

Hi, I was deploying using jspurefix and I had some strict type errs stemming from string | undefined -> string. I had to implement an override, thought this might be...

Hi @TimelordUK. Great work on this library, thank you very much. I hope this message finds you well. We have been utilising the library for managing FIX messages and have...

When there's a component inside another one, and the referenced component is declared **after** the main component in the xml, the generator does not compile it properly. Example: ``` ```...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

I encountered a couple of problems when launching the session: - session-launcher.run() is an async function and it never resolves - it was needed in the first place because there...