/FIX-OMS

Quickfix based Client (and server for testing)

Primary LanguagePython

QuickFIX Python OMS

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