cobinhood-rx
Version:
CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.
12 lines • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var OrderTypeValue;
(function (OrderTypeValue) {
OrderTypeValue["Market"] = "market";
OrderTypeValue["Limit"] = "limit";
OrderTypeValue["Stop"] = "stop";
OrderTypeValue["StopLimit"] = "stop_limit";
OrderTypeValue["TrailingStop"] = "trailing_stop";
OrderTypeValue["FillOrKill"] = "fill_or_kill";
})(OrderTypeValue = exports.OrderTypeValue || (exports.OrderTypeValue = {}));
//# sourceMappingURL=OrderTypeValue.js.map