Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaunlwm/limitorderbook
📖 Fast LimitOrderBook in TS.
https://github.com/shaunlwm/limitorderbook
crypto cryptocurrency limit-order-book nodejs stocks typescript
Last synced: 3 days ago
JSON representation
📖 Fast LimitOrderBook in TS.
- Host: GitHub
- URL: https://github.com/shaunlwm/limitorderbook
- Owner: ShaunLWM
- License: mit
- Created: 2020-11-26T11:57:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T15:27:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T13:22:11.493Z (7 months ago)
- Topics: crypto, cryptocurrency, limit-order-book, nodejs, stocks, typescript
- Language: TypeScript
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/dt/lob.js.svg)](https://github.com/ShaunLWM/lob.js/releases)
[![npm](https://img.shields.io/npm/v/lob.js.svg)](https://www.npmjs.com/package/lob.js)> A fast LimitOrderBook in Javascript (still work in progress)
> Ported from [OrderBook](https://github.com/dyn4mik3/OrderBook)
## Install
```sh
yarn add lob.js
``````javascript
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**
- Website:
- Github: [@ShaunLWM](https://github.com/ShaunLWM)## Show your support
Give a ⭐️ if this project helped you!