FactSetOnDemand Constructor (Boolean, String, String) |
Constructor used for Matlab and R plugins.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic FactSetOnDemand(
bool intDates,
string format,
string pathToConfig
)
Public Sub New (
intDates As Boolean,
format As String,
pathToConfig As String
)
public:
FactSetOnDemand(
bool intDates,
String^ format,
String^ pathToConfig
)
new :
intDates : bool *
format : string *
pathToConfig : string -> FactSetOnDemand
Parameters
- intDates
- Type: SystemBoolean
Whether or not to parse dates MATLAB-style - format
- Type: SystemString
What to set the format parameter for outgoing requests - pathToConfig
- Type: SystemString
See Also