Click or drag to resize

DFSnapshotOnDemand Constructor (IConfigManager, IEventLogger, OTPGenerator, Boolean, FactSetOnDemand)

Constructor.

Namespace:  Kratos_3.RunTimePlatform
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DFSnapshotOnDemand(
	IConfigManager cm,
	IEventLogger log,
	OTPGenerator otpGen,
	bool wait,
	FactSetOnDemand parent
)

Parameters

cm
Type: IConfigManager
Object for accessing local configuration
log
Type: Kratos_3.InterfacesIEventLogger
Object for logging events
otpGen
Type: OTPGenerator
Object for generating proper OTP authorization access to FactSet Servers
wait
Type: SystemBoolean
Wait until a dfssnapshotdataframe is done downloading and parsing before returning data
parent
Type: Kratos_3.RunTimePlatformFactSetOnDemand
Main FactSetOnDemand object
See Also