TSharesOfB
简述
B股总股本,与系统参数(股票)相关。
TSharesOfB(InfoId:Integer;EndT:TDateTime):Real
名称 | 类型 | 说明 |
---|
InfoId | Integer | 整数。数据表索引号 |
EndT | TDateTime | 日期。截止日期 |
返回 | Real | 实数。B股总股本。 |
//SZ000002在2023-08-01的B股总股本
SetSysParam(PN_Stock(),'SZ000002');
return TSharesOfB(16,20230801T);
//结果:11930709471