ShaunLWM / LimitOrderBook

πŸ“– Fast LimitOrderBook in TS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

πŸ“– Fast LimitOrderBook in TS.

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%