Zorro FIX plugin - Experimental

Posted By: flink

Zorro FIX plugin - Experimental - 04/14/24 07:48

Dear Zorro community

DSEC Capital just open sourced an experimental plugin for FIX connectivity, including a FIX simulation server. Based on QuickFix.

Code is on GitHub: https://github.com/dsec-capital/zorro-fix

Feedback and collaboration highly welcome.
Posted By: flink

Re: Zorro FIX plugin - Experimental - 04/20/24 06:09

A new release is available, which fixes many smaller bugs and some of the limitations of the first release.
Have a look. https://github.com/dsec-capital/zorro-fix/releases
Posted By: 7th_zorro

Re: Zorro FIX plugin - Experimental - 04/20/24 07:29

Error LNK1181 cannot open input file 'quickfix.lib'
Posted By: jcl

Re: Zorro FIX plugin - Experimental - 04/20/24 08:30

I believe Quickfix is not included in the source. You need to download and compile it separately.
Posted By: flink

Re: Zorro FIX plugin - Experimental - 04/21/24 05:12

Hi

Yes you should build it and copy it as described in the readme. I can also check in the binaries if that is easier for you guys.
The project is anyway a Windows only project, so it does not matter but will simplify the build process for less experienced devs.

Let me do that over the weekend.

D.
Posted By: flink

Re: Zorro FIX plugin - Experimental - 04/21/24 05:13

Hi

Done, check out

https://github.com/dsec-capital/zorro-fix/tree/main/third-parties/quickfix/x86-Debug/lib

https://github.com/dsec-capital/zorro-fix/tree/main/third-parties/quickfix/x86-Release/lib

No need to build quickfix and install the libs.
Posted By: 7th_zorro

Re: Zorro FIX plugin - Experimental - 04/21/24 06:27

Is there no 64-bit compilation? I think I need to use it on Zorro 64-bit.
Posted By: flink

Re: Zorro FIX plugin - Experimental - 04/21/24 07:12

No I just use the 32 bit. You have to add that and also add a Visual Studio build version for 64 bits. Happy to review your pull request.
© 2024 lite-C Forums