天软金融分析.NET函数大全 > 金融函数 > 基本面 > 区间报表 > 基金库

InvestmentRatioQk    

简述
按资产类型分类的基金投资组合
定义
InvestmentRatioQk(FundId:String;RDate:Integer):Array;
参数
名称类型说明
FundIDString基金代码
RDateInteger报告期
返回Array数据表,返回按资产类型分类的基金投资组合
  • 范例

    FundID := "SZ184712";
    RDate := 20011231;
    return InvestmentRatioQk(FundId,RDate);
    //返回”SZ84712”按资产类型分类的基金投资组合

    结果:
相关