FactSetOnDemandFXRate Method (String, String, Object) |
Execute the FXRate Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame FXRate(
string targetCurr,
string sourceCurr,
Object[] otherArgs = null
)
Public Function FXRate (
targetCurr As String,
sourceCurr As String,
Optional otherArgs As Object() = Nothing
) As DataFrame
public:
DataFrame^ FXRate(
String^ targetCurr,
String^ sourceCurr,
array<Object^>^ otherArgs = nullptr
)
member FXRate :
targetCurr : string *
sourceCurr : string *
?otherArgs : Object[]
(* Defaults:
let _otherArgs = defaultArg otherArgs null
*)
-> DataFrame
Parameters
- targetCurr
- Type: SystemString
- sourceCurr
- Type: SystemString
- otherArgs (Optional)
- 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