# protobuf-activetick

> ActiveTick schema for use with protobuf

Latest version **3.0.0** (published 2017-07-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install protobuf-activetick
pnpm add protobuf-activetick
yarn add protobuf-activetick
bun add protobuf-activetick
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2017-07-23 |
| First published | 2015-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+11 in 1 direct dependencies) |
| Install scripts | no |
| Author | Jae Yang |
| Maintainers | dchem |
| Keywords | activetick, trading, protobuf |

## Links

- npm: https://www.npmjs.com/package/protobuf-activetick
- Repository: https://gitlord.com/r/yodoya/protobuf-activetick
- Homepage: https://gitlord.com/summary/yodoya%2Fprotobuf-activetick.git
- Issues: https://gitlord.com/tickets/yodoya%2Fprotobuf-activetick.git?status=new&status=open
- npm.io page: https://npm.io/package/protobuf-activetick

## Dependencies (1)

- [protobufjs](https://npm.io/package/protobufjs.md) ^6.8.0

## Recent versions

- 3.0.0 (latest) — 2017-07-23
- 2.0.0 — 2017-07-18
- 1.3.0 — 2017-07-07
- 1.2.0 — 2015-12-07
- 1.1.2 — 2015-11-16
- 1.1.1 — 2015-11-15
- 1.1.0 — 2015-11-14
- 1.0.5 — 2015-11-11
- 1.0.4 — 2015-11-10
- 1.0.3 — 2015-11-09
- 1.0.2 — 2015-11-09
- 1.0.1 — 2015-11-07
- 1.0.0 — 2015-11-06

## README

## activetick-protobuf

[![Build Status](https://leeroy.gitlord.com/job/protobuf-activetick-n6.11.0-release/badge/icon)](https://leeroy.gitlord.com/job/protobuf-activetick-n6.11.0-release)

Protobuf schema for ActiveTick data and requests.

Uses https://github.com/mafintosh/protocol-buffers

### Usage

```
const ATSchema = require('protobuf-activetick')

ATSchema((err, res) => {
  if (err) return done(err)
  let ATEvent = res

  // do stuff with protobuf messages
})
```

---
_Source: https://npm.io/package/protobuf-activetick · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
