src/main/java/com/xcong/excoin/modules/okxApi/wsHandler/handler/PositionsOkxChannelHandler.java
@@ -125,8 +125,8 @@ BigDecimal entryPrice = (avgPxStr != null && !avgPxStr.isEmpty()) ? new BigDecimal(avgPxStr) : BigDecimal.ZERO; log.info("[OKX-WS] positions 持仓更新, instId:{}, posSide:{}, pos:{}, avgPx:{}", dataInstId, posSide, size, entryPrice); // log.info("[OKX-WS] positions 持仓更新, instId:{}, posSide:{}, pos:{}, avgPx:{}", // dataInstId, posSide, size, entryPrice); if (getGridTradeService() != null) { getGridTradeService().onPositionUpdate(contract, direction, size, entryPrice);