StockHSGShareHoldValueGrowRatio
简述
区间中央结算系统参与者对该证券的持有市值变比(%)。
StockHSGShareHoldValueGrowRatio(begt;endt:TDateTime):real
名称 | 类型 | 说明 |
---|
Begt | TDateTime | 日期,开始日 |
Endt | TDateTime | 日期,截止日 |
返回 | real | 实数,指定日中央结算系统持有市值变比(%)。 |
// SZ000001在20220101T至20220705T的市值变比(%)
SetSysParam(pn_stock(),"SZ000001");
return StockHSGShareHoldValueGrowRatio(20220101T,20220705T);
// 结果:-7.64