feature:#EQD-7093 国联民生-交易确认书校验(2)针对ETF标的获取新增信息并且支持配置分类。 ETF交易确认书中填充参考标的证券全称、参考标的基金管理人,
This commit is contained in:
@@ -49,6 +49,14 @@
|
||||
@Html.MyDisplayFor(m => m.UnderlyingEnName)
|
||||
@Html.MyDisplayFor(m => m.BBGTicker)
|
||||
</tr>
|
||||
|
||||
@if (Model.UnderlyingInstrumentType == ConsGlobal.InstrumentType.Fund)
|
||||
{
|
||||
<tr>
|
||||
@Html.MyDisplayFor(m => m.InvestAdvisorName)
|
||||
@Html.MyDisplayFor(m => m.EtfSubType)
|
||||
</tr>
|
||||
}
|
||||
<tr>
|
||||
@Html.MyDisplayFor(m => m.UnderlyingType)
|
||||
@if (pageObj.showDeltaS_S)
|
||||
@@ -226,4 +234,4 @@
|
||||
</table>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user