xiaoyong931011
2022-03-01 df51a79a9e09e0273cc50d966ad136efe8b99100
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;