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