天软金融分析.NET函数大全 > 金融报表分析 > 03.行业板块 > 3.08板块结构分析 > 中间函数

Block_Structure_ZB_Call    

简述
板块结构数据。
定义
Block_Structure_ZB_Call(BkName:String;BegT:TDateTime;EndT:TDateTime;CycleBy:String;UnitType:Integer;type:Integer):Array
参数
名称类型说明
BkNameString字符串。板块名称。
BegTTDateTime日期。开始日期。
EndTTDateTime日期。截止日期。
CycleByString字符串。显示周期。
UnitTypeInteger整数。显示单位,取值如下:
显示名 取值
0
万股 3
百万股 4
亿股 5
typeInteger整数。板块结构类型,取值如下:
显示名 取值
股本结构 0
市值结构 1
返回Array数组。板块结构数据。
  • 范例

    return Block_Structure_ZB_Call("上证A股;深证A股",20200101T,20220310T,"日线",0,0);
相关