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) 143 B
/** * Represents which side this order was on: * * - buy * - sell */ export declare enum OrderSide { BUY = "buy", SELL = "sell" }