UNPKG

@master-chief/alpaca-ts

Version:

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

11 lines (10 loc) 205 B
/** * This will either be the empty string "", "simple", "bracket", "oco", or "oto". */ export enum OrderClass { SIMPLE = "simple", BRACKET = "bracket", OCO = "oco", OTO = "oto", EMPTY = "", }