QuickFIX Python Samples
- Established connection by FIX protocol
- Author: Rin Le <rinle.it [a] gmail.com>.
- Details: Configuration for quickfix
Requirements
- Python 3.x
- QuickFIX Engine 1.15.1
Installing Requirements
pip install -r requirements.txt
Run Project
With Docker
cd ./docker
docker-compose up --buildWithout Docker
Please modify file path in initiator/client.cfg from SocketConnectHost=acceptor to SocketConnectHost=127.0.0.1cd ./acceptor
python server.py server.cfgcd ./initiator
python client.py client.cfg