Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 823 Bytes

README.md

File metadata and controls

52 lines (30 loc) · 823 Bytes

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!