TimelordUK / jspurefix

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

[improvement] cTrader definition #70

Open dawadam opened 10 months ago

dawadam commented 10 months ago

It will be handy to add cTrader definition.

It's here : https://help.ctrader.com/fix/FIX44-CSERVER.xml

TimelordUK commented 10 months ago

there is an appliction that uses this XML generates all the types and includes a starter client which may be a reasonable start point

https://github.com/TimelordUK/jspf-cserver

it includes jspurefix as a dependency

8=FIX.4.4|9=0000121|35=A|49=init-comp|56=accept-comp|34=1|50=QUOTE|57=fix|52=20230828-18:03:59.529|108=30|141=Y|553=js-client|554=pwd-client|10=128|
8=FIX.4.4|9=0000112|35=A|49=accept-comp|56=init-comp|34=1|57=fix|52=20230828-18:03:59.549|108=30|141=Y|553=js-server|554=pwd-server|10=129|

if you only want the client (without a test server)

npm run client