src/main/java/com/xcong/excoin/modules/gateApi/GateConfigPersistenceService.java
@@ -103,6 +103,9 @@ .quantity(nvl(dto.getQuantity(), "2")) .maxPositionSize(dto.getMaxPositionSize()) .stopLossCount(dto.getStopLossCount()) .takeProfitGridSpan(dto.getTakeProfitGridSpan()) .priceDriveEnabled(nvl(dto.getPriceDriveEnabled(), true)) .rounds(dto.getRounds()) .build(); }