Skip to content

rinleit/quickfix-python-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickFIX Python Samples

Requirements

Installing Requirements

pip install -r requirements.txt

Run Project

With Docker

Please edit file initiator/client.cfg: Tag SocketConnectHost=acceptor

cd ./docker
docker-compose up --build

Without Docker

Please edit file initiator/client.cfg: Tag SocketConnectHost=127.0.0.1
You must launch the server side first, then launch the client side for the quickfix to establish a standard FIX protocol connection.

Run Server

cd ./acceptor
python server.py server.cfg

Run Client

cd ./initiator
python client.py client.cfg

About

Implement Initiator and acceptor by quickfix in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published