An open source financial exchange toolkit. ::
- Facilitate rapid development and deployment of high-performance, scalable exchanges.
- Provide FAST1.2, FIX5.0SP2/FIXT1.1, and JSON-RPC reference gateways.
- Clang 3.2+ or gcc 4.8+ with a C++11 compliant libc++
- CMake 2.8.x
Development is done on MacOS X Mountain Lion with FreeBSD 10 as the primary deployment target.
Modern Linux distributions should also work, but are relatively untested.
Windows is unsupported.
Out-of-tree builds are recommended.
git clone git://github.com/furosys/market.node.git
mkdir build
cmake ../market.node
make
Market.Node incorporates several high quality 3rd part components:
In particular, enormous thanks to Object Computing, Inc. for their excellent, liberally licensed libraries:
- Liquibook: an incredibly fast order matching engine.
- QuickFIX: a FIX message parser.
- QuickFAST: a FAST message parser.
Without these projects, this would not be possible.
Send bitcoins to 1EMqiyr8twB8v13aeqhfLp95EDkhAvVs4H to show your support!