FactSetOnDemandCorporateActionsDividends Method (String, String, String) |
Execute the CorporateActionsDividends Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame CorporateActionsDividends(
string ids,
string startDate,
string endDate
)
Public Function CorporateActionsDividends (
ids As String,
startDate As String,
endDate As String
) As DataFrame
public:
DataFrame^ CorporateActionsDividends(
String^ ids,
String^ startDate,
String^ endDate
)
member CorporateActionsDividends :
ids : string *
startDate : string *
endDate : string -> DataFrame
Parameters
- ids
- Type: SystemString
- startDate
- Type: SystemString
- endDate
- Type: SystemString
Return Value
Type:
DataFrameDataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also