UNPKG

xoh-xapi

Version:
12 lines (11 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CREDIT = exports.BALANCE = exports.SELL_STOP = exports.BUY_STOP = exports.SELL_LIMIT = exports.BUY_LIMIT = exports.SELL = exports.BUY = void 0; exports.BUY = 0; exports.SELL = 1; exports.BUY_LIMIT = 2; exports.SELL_LIMIT = 3; exports.BUY_STOP = 4; exports.SELL_STOP = 5; exports.BALANCE = 6; exports.CREDIT = 7;