fix
Helius
2021-11-26 ea67d65fc71723719ea1d05bcacfd9aedd7d543c
1
2
3
4
5
package com.xcong.excoin.processor;
 
public enum ExchangeOrderDirection {
    BUY,SELL;
}