Skip to content

warisp/quickfix-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Dockerfile 2.1%
  • Shell 0.8%