收盘当天未算实现盈亏
This commit is contained in:
@@ -1413,8 +1413,8 @@ namespace YLErp.Modules.SwapModule
|
||||
if (settleDate == td.TradeDate)
|
||||
{
|
||||
curretEod.UnderlyingPrice = curretEod.PosiGrossPrice;
|
||||
curretEod.TdCloseMtmPnl = 0;
|
||||
curretEod.TdCloseFee = 0;
|
||||
//curretEod.TdCloseMtmPnl = 0;
|
||||
//curretEod.TdCloseFee = 0;
|
||||
}
|
||||
curretEod.TdCloseDividend = curretEod.TdPosiDividend;
|
||||
curretEod.UnderlyingMarketValue = curretEod.UnderlyingPrice * curretEod.PosiQuantity * curretEod.ContractSize * shortRatio;
|
||||
|
||||
Reference in New Issue
Block a user