FactSetOnDemandCorporateActionsSplits Method (String, String, String, Object) |
Execute the CorporateActionsSplits Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame CorporateActionsSplits(
string ids,
string startDate,
string endDate,
Object[] otherArgs
)
Public Function CorporateActionsSplits (
ids As String,
startDate As String,
endDate As String,
otherArgs As Object()
) As DataFrame
public:
DataFrame^ CorporateActionsSplits(
String^ ids,
String^ startDate,
String^ endDate,
array<Object^>^ otherArgs
)
member CorporateActionsSplits :
ids : string *
startDate : string *
endDate : string *
otherArgs : Object[] -> DataFrame
Parameters
- ids
- Type: SystemString
- startDate
- Type: SystemString
- endDate
- Type: SystemString
- otherArgs
- Type: SystemObject
Comma separated namevalue pairs array with any other arguments, used by addStringArrayParameters(DataRequest, Object)
Return Value
Type:
DataFrameDataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also