天软金融分析.NET函数大全 > 金融报表分析 > 02.股票比较 > 2.06交易分析 > 2.6.2资金流向 > 中间函数

MarketAndTotalValueStructure    

简述
板块流通市值结构表。
定义
MarketAndTotalValueStructure(BkName:String;EndT:TDateTime;LowV:Integer;HighV:Integer;StepV:Integer;SeperateBy:Integer):Array
参数
名称类型说明
BkNameString字符串。板块名称,多个板块用;隔开。
EndTTDateTime日期。截止日期。
LowVInteger整数。下限。
HighVInteger整数。上限。
StepVInteger整数。间距。
SeperateByInteger整数。分段类型,取值如下:
显示名 取值
流通市值(万) 0
市价总值(万) 1
返回Array数组。板块流通市值结构表。
  • 范例

    return MarketAndTotalValueStructure("上证A股;深证A股",20030430T,0,20,5,0);

    结果:
相关