- Established connection by FIX protocol
- Author: , zach_oakes@outlook.com (Forked from Rin Le <rinle.it [a] gmail.com>)
- Details: Configuration for quickfix
- Python 3.x
- QuickFIX Engine 1.15.1
pip install -r requirements.txt
cd ./docker
docker-compose up --build
Please modify file path in initiator/client.cfg from SocketConnectHost=acceptor to SocketConnectHost=127.0.0.1
cd ./acceptor
python server.py server.cfg
cd ./initiator
python client.py client.cfg