Helius
2020-10-14 45c6e137623e5ef3d7e58be221af908475e0fc65
1
2
3
4
5
package com.xcong.excoin.processor;
 
public enum ExchangeOrderDirection {
    BUY,SELL;
}