UNPKG

bittrex-api-client

Version:

A client which can be used to interact with Bittrex's API. Entirely developed in TypeScript.

13 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Represents the type of an order. */ var OrderType; (function (OrderType) { OrderType[OrderType["BUY"] = 0] = "BUY"; OrderType[OrderType["SELL"] = 1] = "SELL"; OrderType[OrderType["LIMIT_BUY"] = 2] = "LIMIT_BUY"; OrderType[OrderType["LIMIT_SELL"] = 3] = "LIMIT_SELL"; })(OrderType = exports.OrderType || (exports.OrderType = {})); //# sourceMappingURL=OrderType.js.map