FactSetOnDemand Constructor (Boolean, 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
)
Public Sub New (
intDates As Boolean,
format As String
)
public:
FactSetOnDemand(
bool intDates,
String^ format
)
new :
intDates : bool *
format : 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
See Also