天软金融分析.NET函数大全
>
金融函数
>
股票
>
限售解禁
Stock_RestrictedBanType
复制链接
简述
指定日限售类型,与系统参数(证券代码,时间)相关
定义
Stock_RestrictedBanType ():string
参数
名称
类型
说明
返回
string
字符串:
范例
// "SZ002327"在20220905的限售类型
SetSysParam(pn_stock(),"SZ002327");
SetSysParam(PN_Date(),20220909T);
return Stock_RestrictedBanType();
//结果:股权激励限售股份
相关
Stock_RestrictedBanVol
Stock_RestrictedBanType
Stock_RestrictedBanCirculateVol
Stock_RestrictedBanVolPercent
Stock_RestrictedBanCirculateVolPercent
Stock_RestrictedBanDate
中间函数