Quickfix Python Samples Save

Implement Initiator and acceptor by quickfix in python

Project README

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
Open Source Agenda is not affiliated with "Quickfix Python Samples" Project. README Source: rinleit/quickfix-python-samples
Stars
74
Open Issues
0
Last Commit
11 months ago

Open Source Agenda Badge

Open Source Agenda Rating