天软金融分析.NET函数大全 > 金融函数 > 基金 > 基金行业 > 中间函数

FundIndustryInfoLvN    

简述
返回指定基金指定日期指定级别的类型名称,默认取银河基金分类的一级基金类型编码。
定义
FundIndustryInfoLvN(FundId:String;EndT:TDateTime;Level:Integer;IndustryType:String;Vtype:Integer):String
参数
名称类型说明
FundidString字符串。基金代码
EndTTDateTime日期。截止日期
LevelInteger整数。分类级别
IndustryTypeString字符串。基金分类名称
VtypeInteger整数。返回值类型,取值如下:
返回值类型 取值
基金类型代码 0
基金类型名称 1
返回String字符串。指定基金指定日期指定级别的类型名称。
  • 范例


    // 华夏成长在20201207的一级类型名称
    return FundIndustryInfoLvN('OF000001',20210301T,1,'YHFL',1);
    //返回:银河混合型
相关