StocksProfitDistribution_Call
简述
股票列表指定区间内送股情况。
StocksProfitDistribution_Call(StockArr:Array;BegT:TDateTime;EndT:TDateTime;type:Integer):Array
名称 | 类型 | 说明 |
---|
StockArr | Array | 数组。股票列表。 |
BegT | TDateTime | 日期。统计开始日期。 |
EndT | TDateTime | 日期。统计截止日期。 |
type | Integer | 整数。返回类型,取值如下:
|
返回 | Array | 数组。股票列表指定区间内送股情况。 |
return StocksProfitDistribution_Call(array("SH600718","SZ000920"),20010101T,20031231T,0);
结果:
