dendisuhubdy / dark_pool

Dark Pool

Home Page:http://dev.bitwyre.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend of Dark Pool

Goals

  • Facilitate rapid development and deployment of high-performance, scalable exchanges.
  • Provide FAST1.2, FIX5.0SP2/FIXT1.1, and JSON-RPC reference gateways.

Build Dependencies

  • Clang 3.2+ or gcc 7.1 with a C++11 compliant libc++
  • CMake 3.8.0

Supported Platforms

Development is done on MacOS X Sierra 10.12 with FreeBSD 10 as the primary deployment target.

Build instructions

git clone git@github.com:dendisuhubdy/dark_pool.git
mkdir build
cd build
cmake ..
make -j n

where n is the number of preferred threads

3rd party components

About

Dark Pool

http://dev.bitwyre.com

License:Other


Languages

Language:C++ 87.6%Language:C 11.1%Language:Makefile 0.5%Language:Ruby 0.3%Language:CMake 0.2%Language:Python 0.1%Language:XSLT 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:Lex 0.0%