FundTPNValueONField
简述
交易席位情况-前N第N指标框架。
FundTPNValueONField(FundArr;Rdate;TopN;Field;FieldType):Real
名称 | 类型 | 说明 |
---|
FundArr | Array,TableArray | 数组。基金组合 |
Rdate | integer | 整数。指定报告期 |
TopN | integer | 整数。排名 |
Field | String | 字符串。汇总字段 |
FieldType | integer | 用户自定义。字段类型,取值如下:显示名 | 取值 | 前N非板块比值指标 | 0 | 前N板块比值指标 | 1 | 第N非板块比值指标 | 2 | 第N板块比值指标 | 3 | 第N券商名称指标 | 4 |
|
返回 | real | 实数。交易席位情况-前N第N指标。 |
return FundTPNValueONField(array('OF000001'),20221231,1,'股票成交量',1);
//结果:18.07