UNPKG

@master-chief/alpaca-ts

Version:

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.

8 lines (7 loc) 174 B
/** * Represents what class of asset this is. Currently only supports `us_equity` or `crypto` */ export enum AssetClass { US_EQUITY = "us_equity", CRYPTO = "crypto", }