fix
Helius
2022-02-25 41c47759308c7dfee343389723489f386446d7d9
1
2
3
4
5
package com.xcong.excoin.processor;
 
public enum ExchangeOrderDirection {
    BUY,SELL;
}