@master-chief/alpaca-ts
Version:
A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
9 lines • 321 B
JavaScript
/**
* Which crypto exchange to pull the data from. Alpaca currently supports `ERSX`, `CBSE`
*/
export var crypto_exchange;
(function (crypto_exchange) {
crypto_exchange["ERSX"] = "ERSX";
crypto_exchange["CBSE"] = "CBSE";
})(crypto_exchange || (crypto_exchange = {}));
//# sourceMappingURL=crypto_exchange.js.map