Click or drag to resize

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)
Syntax
public FactSetOnDemand(
	bool intDates,
	string format
)

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