TRS-ZS-546 资金监控增加费用及利息
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@ namespace YLErp.Modules.ReportModule.SettlementReportModule
|
||||
TradingFeeSum= report.clientSwapPositions.Sum(x => x.TradingFee),
|
||||
PosiPnlSum = report.clientSwapPositions.Sum(x => x.PosiPnl),
|
||||
DividendInSum= report.clientSwapPositions.Sum(x => x.FlowEvent.DividendIn),
|
||||
InterestAmountSum= report.clientSwapPositions.Sum(x => x.FlowEvent.InterestAmount),
|
||||
InterestAmountSum= report.clientSwapPositions.Sum(x => x.FlowEvent.InterestClosePnL),
|
||||
InterestFeeSum= report.clientSwapPositions.Sum(x => x.FlowEvent.InterestFee),
|
||||
NetSettmentAmountSum = report.clientSwapPositions.Sum(x => x.NetSettmentAmount),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user