UNPKG

@master-chief/alpaca-ts

Version:

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

10 lines 311 B
/** * Which feed to pull market data from. This is either `iex` or `sip`. `sip` and `otc` are only available to those with a subscription */ export var feed; (function (feed) { feed["IEX"] = "iex"; feed["SIP"] = "sip"; feed["OTC"] = "otc"; })(feed || (feed = {})); //# sourceMappingURL=feed.js.map