FundTSGrowValue
简述
总份额变动,与系统证券pn_stock()相关。两个报告期总股本的差值。
FundTSGrowValue(BegT:Date;EndT:Date):Real
名称 | 类型 | 说明 |
---|
BegT | Date | 开始日期 |
EndT | Date | 截止日期 |
返回 | Real | 实数,总份额变动 |
//取华安创新2004年9月30日到2012年10月18日之间的总份额变动
Setsysparam(pn_stock(),'OF040001');
ReturnFundTSGrowValue(inttodate(20040930),inttodate(20121018));
//结果:6432568919.11