Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 695 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 695 Bytes

QuickFIX Python Client

Requirements

Installing Requirements

pip install -r requirements.txt

Start Project

Use Docker

  • Please edit file in initiator/client.cfg: SocketConnectHost=acceptor
cd ./docker
docker-compose up --build

Not use Docker

  • 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

Links

FIX protocol

Configuration for quickfix