Skip to content

ShaunLWM/LimitOrderBook

Repository files navigation

npm npm

A fast LimitOrderBook in Javascript (still work in progress)

Ported from OrderBook

Install

yarn add lob.js
import OrderBook from "lob.js";
const book = new OrderBook();

Look into the __test__ folder for sample usage.


Methods

processOrder()

Events

transaction:new

price:new

price:remove

order:new

order:update

order:remove


Author

👤 ShaunLWM

Show your support

Give a ⭐️ if this project helped you!