Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.