Administrator
2026-06-04 328cf4fc0461b0b258e90e35ff57a1dcf95b6b92
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java
@@ -66,11 +66,11 @@
                    .leverage("100")
                    .marginMode("CROSS")
                    .positionMode("dual")
                    .gridRate(new BigDecimal("0.0025"))
                    .expectedProfit(new BigDecimal("3"))
                    .maxLoss(new BigDecimal("10"))
                    .baseQuantity("30")
                    .quantity("3")
                    .gridRate(new BigDecimal("0.002"))
                    .expectedProfit(new BigDecimal("0.5"))
                    .maxLoss(new BigDecimal("1.5"))
                    .baseQuantity("10")
                    .quantity("1")
                    .priceScale(2)
                    .contractMultiplier(new BigDecimal("0.01"))
                    .unrealizedPnlPriceMode(GateConfig.PnLPriceMode.LAST_PRICE)