Click or drag to resize

FactSetOnDemandEstimatesOnDemand Method (String, String, String, String)

Execute the EstimatesOnDemand Factlet.

Namespace:  Kratos_3.RunTimePlatform
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DataFrame EstimatesOnDemand(
	string ids,
	string items,
	string report,
	string startDate
)

Parameters

ids
Type: SystemString
items
Type: SystemString
report
Type: SystemString
startDate
Type: SystemString

Return Value

Type: DataFrame
DataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also