Administrator
4 days ago 981a87bd0b06a17064f7b0d2435e96045cc03987
src/main/java/com/xcong/excoin/modules/okxApi/wsHandler/handler/OrdersOkxChannelHandler.java
@@ -142,7 +142,7 @@
                        algoId, orderType, side, posSide, fillSz, tradeId);
                if (getGridTradeService() != null) {
                    getGridTradeService().onAutoOrder(algoId, "finished", state, orderType, tradeId);
                    getGridTradeService().onAutoOrder(algoId, state, orderType, tradeId);
                }
            }
        } catch (Exception e) {