天软金融分析.NET函数大全
>
金融函数
>
股票
>
代码变更
getTrueStockIDbyDate2
复制链接
简述
获取指定日真实证券代码
定义
getTrueStockIDbyDate2(Endt:TDateTime):String
参数
名称
类型
说明
Endt
TDateTime
日期,截止日期
范例
// "NE832000"在20251009的真实证券代码
SetSysParam(pn_stock(),"NE832000");
endt:=20251009T;
return getTrueStockIDbyDate2(Endt);//结果:BJ920000
相关
Stock_CodeChangesNewID
Stock_CodeChangesReason
Stock_CodeChangesOldID
Stock_CodeChangesReason2
Stock_CodeChangesType
Stock_ISCodeChanges2
Stock_CodeChangesOldID2
Stock_CodeChangesNewID2
Stock_CodeChangesType2
Stock_CodeChangesdate2
getTrueStockIDbyDate2
getTrueStockIDbyDate
Stock_ISCodeChanges
中间函数