const enum OrderType { BUY_LIMIT = 0, SELL_LIMIT = 1, BUY_MARKET_TOTAL = 2, SELL_MARKET_AMOUNT = 5, }
Last updated 11 months ago