Giter Site home page Giter Site logo

clearoak / fix_parser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmitryme/fix_parser

0.0 0.0 0.0 3 MB

FIX protocol parser

License: BSD 3-Clause "New" or "Revised" License

Shell 0.07% C 40.68% Erlang 15.56% Python 11.35% CSS 4.40% JavaScript 8.04% C++ 19.88%

fix_parser's Introduction

Table of Contents

FIX protocol parser (beta)

This is an implementation of FIX protocol parser for parsing/constructing FIX messages. The main reason to implement another one FIX parser is a performance issue of well known open-source FIX parser quickFIX

Dependencies

  • cmake
  • libxml2-dev
  • gcc - for Linux
  • MS Visual Studio 2010 - for Windows

Build

Build (linux)

 cd build
 ./build.sh

libs directory will contain built libraries (both static and shared)

Build (Windows)

 cd build
 ./build_vs10.bat

Build Erlang binding

 cd bind/erlang/fix_parser
 ./rebar compile

Build Python binding

 cd bind/python
 cp ../../fix_descr/fix.4.4.xml .
 cp ../../build/libs/libfix_parser.so .
 python example.py

Examples of usage

С

Erlang

Python

fix_parser's People

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.