Block_CollectMoneyBegTEndT
简述
返回指定区间指定板块募资情况。
Block_CollectMoneyBegTEndT(Bkname:String;BegT:Date;EndT:Date;GroupType:Interger):Array
名称 | 类型 | 说明 |
---|
Bkname | String | 字符串类型,板块名称 |
BegT | Date | 日期类型,开始日期 |
EndT | Date | 日期类型,截止日期 |
GroupType | Interger | 整型,汇总方式
|
返回 | Array | 数组类型,返回指定区间指定板块募资情况 |
//返回科创板在指定区间20210110-20210111的募资情况
Return Block_CollectMoneyBegTEndT('科创板',20210110T,20210111T,1);
//结果:
