UNPKG

xoh-xapi

Version:
9 lines (8 loc) 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DELETE = exports.MODIFY = exports.CLOSE = exports.PENDING = exports.OPEN = void 0; exports.OPEN = 0; //order open, used for opening orders exports.PENDING = 1; //order pending, only used in the streaming getTrades command exports.CLOSE = 2; //order close exports.MODIFY = 3; //order modify, only used in the tradeTransaction command exports.DELETE = 4; //order deleted