项目作者: dendisuhubdy

项目描述 :
Dark Pool
高级语言: C++
项目地址: git://github.com/dendisuhubdy/dark_pool.git
创建时间: 2017-08-22T16:57:32Z
项目社区:https://github.com/dendisuhubdy/dark_pool

开源协议:Other

下载


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

  1. git clone git@github.com:dendisuhubdy/dark_pool.git
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make -j n

where n is the number of preferred threads

3rd party components