UNPKG

@master-chief/alpaca-ts

Version:

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

11 lines 331 B
/** * specifies the corporate action adjustment(s) for bars data */ export var adjustment; (function (adjustment) { adjustment["RAW"] = "raw"; adjustment["SPLIT"] = "split"; adjustment["DIVIDEND"] = "dividend"; adjustment["ALL"] = "all"; })(adjustment || (adjustment = {})); //# sourceMappingURL=adjustment.js.map