Skip to main content

FIX Protocol testing tool

Project description

Build status Docs Code Health Coverage PyPI Python

Introduction

This utility provides a means of establishing a connection, using the FIX protocol, with an existing FIX application. The connection is made from a background agent process, but controlled by either a command-line tool, or a programming language API.

It is intended for use in either ad-hoc FIX testing (using the command-line) or for integration testing of FIX applications, where it can be configured to simulate the intended FIX peer. To automate testing, an existing language unit testing framework is helpful: test cases can be written to exercise your code, and interleaved with that you can drive the FIX peer to confirm receipt of appropriate messages from your application, and to craft responses (both correct and incorrect) to implement your testing scenarios.

The agent process communicates with the command-line tool and programming language APIs using a TCP session. The protocol is simple, and uses JSON-formatted messages.

Language SDKs are planned for Python, Java, DotNET, and possibly Go and C/C++. The command-line client enables use from shell scripts or ad-hoc use from a shell session.

Caveats

This project is very young. It’s nowhere near finished. It probably doesn’t do what you need yet.

Contributing

Comments, suggestions, bug reports, bug fixes – all contributions to this project are welcomed. See the project’s GitHub page for access to the latest source code, and please open an issue for comments, suggestions, and bugs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fixtool-1.0.1.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

fixtool-1.0.1-py2.py3-none-any.whl (19.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page