TRS-ZS-560 费用保留2位落库,平仓利息保留2位,估值保留2位

This commit is contained in:
吴方海
2025-06-30 10:20:50 +08:00
parent 46d8c41f5e
commit dc1df57dcf
9 changed files with 26 additions and 10 deletions
@@ -141,7 +141,7 @@ namespace YLErp.Modules.SwapModule
swapFlow.TradingAmountFeeAvg = result.TradingAmountFeeAvg;
swapFlow.TradingAmountNet = result.TradingAmountNet;
swapFlow.TradingAmountNetFee = result.TradingAmountNetFee;
swapFlow.TradingFee = result.TradingFee;
swapFlow.TradingFee =Math.Round( result.TradingFee, ConsGlobal.MoneyRound, MidpointRounding.AwayFromZero);
swapFlow.TradingQty = result.TradingQty;
swapFlow.trs_deal_id = result.trs_deal_id;
swapFlow.UnderlyingCode = result.UnderlyingCode;