Click or drag to resize

FactSetOnDemandExtractOptionsSnapshot Method (String, String, String, String, String, String, String, String)

Execute the ExtractOptionsSnapshot Factlet.

Namespace:  Kratos_3.RunTimePlatform
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DataFrame ExtractOptionsSnapshot(
	string items,
	string date,
	string cond1,
	string compval1,
	string cond2,
	string compval2,
	string cond3,
	string compval3
)

Parameters

items
Type: SystemString
date
Type: SystemString
cond1
Type: SystemString
compval1
Type: SystemString
cond2
Type: SystemString
compval2
Type: SystemString
cond3
Type: SystemString
compval3
Type: SystemString

Return Value

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