Helius
2021-06-15 2e3db6b70d8441f11fbbd60999ab8fe8cc167fa0
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;