天软金融分析.NET函数大全 > 金融函数 > 金融工程 > 因子研究 > 因子计算 > 数据获取

MF_Industry_ClassPath    

简述
股票行业分类标签,多级行业分类
定义
MF_Industry_ClassPath(Data:DBData;EndT:Date;IndustryType:UserDefine):array
参数
名称类型说明
DataDBData数据表类型, 数据表,含"代码"字段
EndTDate日期,截止日
IndustryTypeUserDefine用户自定义, 行业分类
显示名 取值
申万行业 1
中证行业 2
证监会行业 3
不考虑行业 0
返回arrayarray,直接在Data中增加“分类路径”字段
相关