NSharesOfFund
简述
基金流通股本,InfoId必须为324,324是基金份额变动表的索引号。
NSharesOfFund(InfoId:Integer;EndT:Date):Real
名称 | 类型 | 说明 |
---|
InfoId | Integer | 数据表索引号 |
EndT | Date | 截止日期 |
返回 | Real | 实数,流通股本 |
//取基金金泰 2010年5月3日的流通股本
Setsysparam(pn_stock(),'SH500001');
Return NSharesOfFund(324,inttodate(20100503));
//结果:1970000000