Helius
2020-10-28 6412ad9013fe68369855955e89f6539fa1e84fc4
1
2
3
4
5
package com.xcong.excoin.trade;
 
public enum ExchangeOrderDirection {
    BUY,SELL;
}