天软金融分析.NET函数大全
>
金融函数
>
金融工程
>
指数研究
>
基金指数
FundFHSPTable
复制链接
简述
返回基金的分红送配&股本变更,与当前基金有关
定义
FundFHSPTable(bonusInfection:Boolean):TableArray
参数
名称
类型
说明
bonusInfection
Boolean
布尔类型,是否红利影响指数运算
返回
TableArray
基金分红送配&股本变更
范例
SetSysParam(PN_Stock(),'SH500001');
return FundFHSPTable (true);
//结果:
相关
CaculateFundIndex
FundFHSPTable