FactSetOnDemandEstimatesOnDemand Method (String, String, String, String, Object) |
Execute the EstimatesonDemand Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame EstimatesOnDemand(
string ids,
string items,
string report,
string startDate,
Object[] otherArgs
)
Public Function EstimatesOnDemand (
ids As String,
items As String,
report As String,
startDate As String,
otherArgs As Object()
) As DataFrame
public:
DataFrame^ EstimatesOnDemand(
String^ ids,
String^ items,
String^ report,
String^ startDate,
array<Object^>^ otherArgs
)
member EstimatesOnDemand :
ids : string *
items : string *
report : string *
startDate : string *
otherArgs : Object[] -> DataFrame
Parameters
- ids
- Type: SystemString
- items
- Type: SystemString
- report
- Type: SystemString
- startDate
- 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