UNPKG

@master-chief/alpaca-ts

Version:

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

13 lines 531 B
export var AccountConfigurations; (function (AccountConfigurations) { /** * both, entry, or exit. Controls Day Trading Margin Call (DTMC) checks. */ let dtbp_check; (function (dtbp_check) { dtbp_check["BOTH"] = "both"; dtbp_check["ENTRY"] = "entry"; dtbp_check["EXIT"] = "exit"; })(dtbp_check = AccountConfigurations.dtbp_check || (AccountConfigurations.dtbp_check = {})); })(AccountConfigurations || (AccountConfigurations = {})); //# sourceMappingURL=AccountConfigurations.js.map