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