lob.js
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-alpha.9 • Public • Published

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!

Package Sidebar

Install

npm i lob.js

Weekly Downloads

2

Version

0.0.2-alpha.9

License

MIT

Unpacked Size

60.3 kB

Total Files

27

Last publish

Collaborators

  • shaunlwm