UNPKG

@master-chief/alpaca-ts

Version:

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

12 lines 320 B
export var Assets; (function (Assets) { /** * active or inactive */ let status; (function (status) { status["ACTIVE"] = "active"; status["INACTIVE"] = "inactive"; })(status = Assets.status || (Assets.status = {})); })(Assets || (Assets = {})); //# sourceMappingURL=Assets.js.map