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