- Python 3.x
- QuickFIX Engine 1.15.1
pip install -r requirements.txt
- Please edit file in initiator/client.cfg: SocketConnectHost=acceptor
cd ./docker
docker-compose up --build
- Please edit file in initiator/client.cfg: SocketConnectHost=127.0.0.1
cd ./acceptor
python server.py server.cfg
cd ./initiator
python client.py client.cfg