新版仿ok交易所-后端
zyy3
2025-09-28 bf502dd67e829d23001abd8c4d85dcb600f96f4d
trading-order-service/src/main/java/com/yami/trading/service/StrongLevelCalculationService.java
@@ -12,4 +12,6 @@
    public double calculateEmptyLiquidationPrice ( double marginBalance, double faceValue, double contractQuantity,
                                                   double openingPrice, double maintenanceMarginRate, double feeRate);
    public double countSheets(double earnestMoney,int level,double faceValue,double recentQuotation);
}