zainali5120
2020-11-06 5a32f4f975a9eeb04c7bb46b6daa311fde87f90f
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;