FIX Plugin

FIX is an universal API shared by many brokers and trading services. Plain FIX supports prices and trading, but no account information and no historical market data. The Zorro FIX Plugin connects to brokers and simulators via the FIX 4.4 API. Currently supported are:

The Zorro FIX project was developed by DSEC Capital and is available on the author's Github page. It uses the QuickFix open source library. QuickFix is not as fast as commercial FIX implementations, but provides a straightforward API and application framework to develop FIX based server and client applications. Some of the core building blocks and the FIX simulation sserver are inspired from their examples.

Download the plugin from Github, compile it as described there, and put it into the Plugin or Plugin64 folder, dependent on whether it's 32 or 64 bit. Start Zorro as usual and check if a plugin with the name _FixPlugin appears in the broker list. The FIX session configuration for the plugin is specified in zorro_fix_client.cfg.

Remarks

Supported broker commands

The plugin supports the brokerCommand function with the following commands:

See also:

Links, order, brokers, broker plugin, brokerCommand

► latest version online