Helius
2020-12-02 280527bed4c95076cf441c6cd2121be8f5328b4d
1
2
3
4
5
package com.xcong.excoin.processor;
 
public enum ExchangeOrderDirection {
    BUY,SELL;
}