Skip to content

ThemisZ/quickfix-python-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickFIX Python Samples

Established connection by FIX protocol
Author: Rin Le rinle.it@gmail.com.
Details: Configuration for quickfix

Requirements

Installing Requirements

pip install -r requirements.txt

Start Project

Use Docker

cd ./docker
docker-compose up --build

Not use Docker

  • Please edit file in initiator/client.cfg: 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

 
 
 

Contributors

Languages

  • Python 96.9%
  • Dockerfile 2.4%
  • Shell 0.7%