A fast LimitOrderBook in Javascript (still work in progress)
Ported from OrderBook
yarn add lob.js
import OrderBook from "lob.js";
const book = new OrderBook();
Look into the __test__
folder for sample usage.
👤 ShaunLWM
- Website: https://shaunlwm.me
- Github: @ShaunLWM
Give a ⭐️ if this project helped you!