Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!