Skip to content
/ FIX-OMS Public

Quickfix based Client (and server for testing)

Notifications You must be signed in to change notification settings

zoakes/FIX-OMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickFIX Python OMS

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

Quickfix based Client (and server for testing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published