天软金融分析.NET函数大全 > 金融函数 > 基金 > 基本信息

FundOperationFundsByTZFG    

简述
指定日指定投资风格板块运作中的基金
定义
FundOperationFundsByTZFG(BKName:String;EndT:TDateTime;IndustryType:Integer;Level:Integer):Array
参数
名称类型说明
BKNameString字符串。板块名称
EndTTDateTime日期。截止日期
IndustryTypeInteger用户自定义。分类类型,取值如下:
显示名 取值
TS分类 0
银河分类 1
LevelInteger整数。分类级别
返回Array数组。指定日指定投资风格板块运作中的基金数组。
  • 范例


    // 20200924日“普通股票型”运作中的基金

        return FundOperationFundsByTZFG("普通股票型",20200924T,0,2);

相关