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)
Syntaxpublic DataFrame ExtractOptionsSnapshot(
string items,
string date,
string cond1,
string compval1,
string cond2,
string compval2,
string cond3,
string compval3
)
Public Function ExtractOptionsSnapshot (
items As String,
date As String,
cond1 As String,
compval1 As String,
cond2 As String,
compval2 As String,
cond3 As String,
compval3 As String
) As DataFrame
public:
DataFrame^ ExtractOptionsSnapshot(
String^ items,
String^ date,
String^ cond1,
String^ compval1,
String^ cond2,
String^ compval2,
String^ cond3,
String^ compval3
)
member ExtractOptionsSnapshot :
items : string *
date : string *
cond1 : string *
compval1 : string *
cond2 : string *
compval2 : string *
cond3 : string *
compval3 : string -> DataFrame
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:
DataFrameDataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also