Skip to content

awaistkd/tt-quickfix-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quickfix Python Initiator and Acceptor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published