StocksProfitDistribution3_Call
简述
股票列表报告期分红送配股情况。
StocksProfitDistribution3_Call(StockArr:Array;RDate:Integer;type:Integer;ReturnType:Integer):Array
名称 | 类型 | 说明 |
---|
StockArr | Array | 数组。股票列表。 |
RDate | Integer | 整数。报告期。 |
type | Integer | 整数。返回类型,取值如下:
显示名 |
取值 |
分红 |
0 |
送股 |
1 |
配股 |
2 |
分红和送股 |
3 |
|
ReturnType | Integer | 整数。返回类型,取值如下:
|
返回 | Array | 数组。股票列表报告期分红送配股情况。 |
return StocksProfitDistribution3_Call(array("SH600718","SZ000920"),20031231,0,0);
结果:
