package com.xcong.excoin.processor; public enum ExchangeOrderDirection { BUY,SELL; }