Helius
2021-06-17 bc1350318fc28f23b22a07d2e41c5e00c504ddaa
src/main/java/com/xcong/excoin/trade/TradePlate.java
@@ -17,7 +17,7 @@
public class TradePlate {
    private LinkedList<TradePlateItem> items;
    //最大深度
    private int maxDepth = 100;
    private int maxDepth = 200;
    //方向 订单类型 1、买入2、卖出
    private int  direction;
    private String symbol;