- Established connection by FIX protocol
- Author: Rin Le <rinle.it [a] gmail.com>.
- Details: Configuration for quickfix
- Python 3.x
- QuickFIX Engine 1.15.1
pip install -r requirements.txt
Please edit file initiator/client.cfg: Tag SocketConnectHost=acceptor
cd ./docker
docker-compose up --build
Please edit file initiator/client.cfg: Tag SocketConnectHost=127.0.0.1
You must launch the server side first, then launch the client side for the quickfix to establish a standard FIX protocol connection.
cd ./acceptor
python server.py server.cfg
cd ./initiator
python client.py client.cfg