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;