Click or drag to resize

DataFrame Constructor (IEventLogger, Boolean, String, Boolean, IConfigManager, FactSetOnDemand)

Constructor

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DataFrame(
	IEventLogger log,
	bool integerDates,
	string delimiter,
	bool suppressSummary,
	IConfigManager config,
	FactSetOnDemand fsod
)

Parameters

log
Type: Kratos_3.InterfacesIEventLogger
Logger object for logging events
integerDates
Type: SystemBoolean
Whether or not to use MATLAB-formatted integer dates
delimiter
Type: SystemString
What delimiter to use for parsing
suppressSummary
Type: SystemBoolean
If set to true, no summary text will be created, overriding configuration options
config
Type: IConfigManager
IConfigManager that can access configuration options
fsod
Type: Kratos_3.RunTimePlatformFactSetOnDemand
FactSetOnDemand API object
See Also