FundOperationFundsByTZFG
简述
指定日指定投资风格板块运作中的基金
FundOperationFundsByTZFG(BKName:String;EndT:TDateTime;IndustryType:Integer;Level:Integer):Array
名称 | 类型 | 说明 |
---|
BKName | String | 字符串。板块名称 |
EndT | TDateTime | 日期。截止日期 |
IndustryType | Integer | 用户自定义。分类类型,取值如下:
|
Level | Integer | 整数。分类级别 |
返回 | Array | 数组。指定日指定投资风格板块运作中的基金数组。 |
// 20200924日“普通股票型”运作中的基金
return FundOperationFundsByTZFG("普通股票型",20200924T,0,2);