新版仿ok交易所-后端
1
zyy
2025-10-21 e8eb68a8fab9d0d4a70e3e5b1d3f09c03d231a03
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);
}