feat:增加平仓所需风控上下文要素
This commit is contained in:
@@ -1918,7 +1918,8 @@ namespace YLErp.Modules.SwapModule
|
||||
{
|
||||
TradeId = unwindData.SwapTradeId,
|
||||
TriggerPoint = triggerPoint,
|
||||
UnwindDate = unwindData.UnwindDate
|
||||
UnwindDate = unwindData.UnwindDate,
|
||||
PayDate = unwindData.PayDate
|
||||
};
|
||||
return new RiskTrialService(this).CheckRisk(riskContext, closeTrialSource, confirmation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user