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