fixlib

Pythonic library for dealing with the FIX protocol
Download

fixlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Dirkjan Ochtman
  • Publisher web site:
  • http://kentyde.com

fixlib Tags


fixlib Description

Pythonic library for dealing with the FIX protocol The fixlib library provides a Python interface to build FIX engines. FIX messages (currently, only version 4.2 of the protocol is supported) are converted to very readable Python dictionaries.An abstract store interface is used to store messages and thereby provide the resend facilities required by the protocol. An example store based on CouchDB and couchdb-python is provided. fixlib uses the asyncore module from the standard library to efficiently handle network communication.fixlib is hosted on bitbucket.org. Bugs can be reported there. Requirements: · Python · setuptools · couchdb-python (if using the CouchDB store)


fixlib Related Software