BugFix 系统中MarkCloseValue歧义部分修改
This commit is contained in:
@@ -525,8 +525,8 @@ namespace YLErp.Modules.SwapModule
|
||||
{
|
||||
item.TradeFee = item.FlowEvent.TradingFee;
|
||||
item.TradingFee = item.FlowEvent.TradingFeePending;
|
||||
item.PosiPnl= item.FlowEvent.MarkClosePnl- item.TradeFee-item.FlowEvent.DividendIn - item.TradingFee;
|
||||
item.NetSettmentAmount = item.FlowEvent.MarkClosePnl + item.FlowEvent.InterestClosePnL;
|
||||
item.PosiPnl= item.FlowEvent.MarkClosePnl;//MarkClosePnl 纯盯市不计算交易费用和分红
|
||||
item.NetSettmentAmount = item.FlowEvent.FloatPnlSum + item.FlowEvent.InterestClosePnL;
|
||||
item.Days = (item.FlowEvent.UnwindDate - item.StartDate).Value.Days;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user