jspurefix
jspurefix copied to clipboard
native typescript FIX engine
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
It will be handy to add cTrader definition. It's here : https://help.ctrader.com/fix/FIX44-CSERVER.xml
I am trying to login to cTrader broker and "SenderSubID" parametter is needed. I'm using a ctrader custom dictionary and adding this parameter on the json file, but it's not...
Hi, thanks for this great library. I hope understand to use it. ;-) I'm trying create exemple like in demo, but it seem complex. Is it possible to create single...
Hi, In some places, like in the demo repository, `SenderCompId` is used unlike `SenderComp**ID** and can cause errors. When I use this name, the parameter is not passed.
Hi @TimelordUK, I'm looking to authenticate my initiator user and password against an async API. Do you have any advice or example on how to achieve this in the library?...
Hi @TimelordUK, we are running multiple FIX sessions, connecting multiple clients to a server. The server would need to handle multiple `TargetCompIDs` (clients' `SenderCompID`s). I'm currently using a single `TargetCompID`...
Hi, I want to update the encoderStream method in MsgTransmitter to return some object in the callback. Is it possible to make it protected so that I can override it?...
@TimelordUK Trying to setup a fix connection as a initiator with a third party and they are returning an error on the cert I am providing (self signed). I have...
By default, the initiator's configuration sends the logon using Username & Password. However, I want to send a message with Account & Password. When I remove the Username field and...