FundNSGrowValue
简述
流通份额变动,该函数可以取基金、股票、债券的流通份额变化,与系统当前证券有关
FundNSGrowValue(BegT:Date;EndT:Date):Real
名称 | 类型 | 说明 |
---|
BegT | Date | 开始日期 |
EndT | Date | 截止日期 |
返回 | Real | 实数,流通份额变动 |
//取华安创新2005年1月1日到2012年1月1日之间的流通份额变动
Setsysparam(pn_stock(),'OF040001') ;
Return FundNSGrowValue(inttodate(20050101),inttodate(20120101));
//结果:7357481259.22