zoakes / quickfix-python-samples

Implement Initiator and accepter by quickfix in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickFIX Python Samples

Requirements

Installing Requirements

pip install -r requirements.txt

Run Project

With Docker

cd ./docker
docker-compose up --build

Without Docker

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

About

Implement Initiator and accepter by quickfix in python


Languages

Language:Python 97.9%Language:Dockerfile 1.5%Language:Shell 0.6%