Code Monkey home page Code Monkey logo

fixlib's Introduction

fixlib

https://travis-ci.org/djc/fixlib.svg?branch=master https://coveralls.io/repos/djc/fixlib/badge.svg?branch=master&service=github

fixlib provides a Pythonic 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.

Requirements

  • setuptools (for easy running of tests)
  • python (tested on 2.6 and 2.7)
  • couchdb-python (if using the CouchDB store)

Changelog

Version 1.0 (???)

  • Add a side channel to support other processes submitting messages.
  • More comprehensive support for the FIX 4.2 standard.
  • Better support for repeating groups (in particular wrt ordering).

Version 0.5 (Feb 11, 2010)

  • Initial release.

Further information

fixlib is hosted on GitHub. Any feedback is welcome there. views.dump contains the design documents needed for the CouchDB store.

fixlib's People

Contributors

djc avatar jvirtanen avatar

Stargazers

 avatar Hossein Moein avatar Justin Alick avatar Wojtek avatar  avatar Senthil_M avatar Florian D. avatar Iblis Lin avatar  avatar Sigurd Høgsbro avatar javagg avatar Fayez avatar Carlos Julio Hernandez avatar Antonio Alaniz avatar

Watchers

 avatar  avatar James Cloos avatar David Arnold avatar Nayef Copty avatar Rob Blackbourn avatar Guilherme Fachini avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.