Skip to content

reficul0/OrderBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge CodeFactor
language c++

Overview

OrderBook is simplified order book(no way). Functionality:

  • Post of orders(only good-till-cancel)
  • Cancellation of order by its id.
  • Getting data of order by its id.
  • Orders merging.
  • Getting of market data snapshot. Order data are aggregated and sorted in ascending order.

Requirements

Windows build

- git clone [email protected]:reficul0/OrderBook.git
- mkdir build && cd build
- cmake -A %platform% -G "Visual Studio 15 2017" ..
- cmake --build .

Linux build

$ git clone [email protected]:reficul0/OrderBook.git
$ mkdir build && cd build
$ cmake ..
$ cmake --build .

System Compatibility

OS Compiler Status
Windows msvc15 ✅ Working
Linux gcc ✅ Working

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published