TickHistoryOnDemand 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)
Syntaxpublic TickHistoryOnDemand(
IConfigManager cm,
IEventLogger log,
OTPGenerator otpGen,
bool wait,
FactSetOnDemand parent
)
Public Sub New (
cm As IConfigManager,
log As IEventLogger,
otpGen As OTPGenerator,
wait As Boolean,
parent As FactSetOnDemand
)
public:
TickHistoryOnDemand(
IConfigManager^ cm,
IEventLogger^ log,
OTPGenerator^ otpGen,
bool wait,
FactSetOnDemand^ parent
)
new :
cm : IConfigManager *
log : IEventLogger *
otpGen : OTPGenerator *
wait : bool *
parent : FactSetOnDemand -> TickHistoryOnDemand
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 basedataframe is done downloading and parsing before returning data - parent
- Type: Kratos_3.RunTimePlatformFactSetOnDemand
Main FactSetOnDemand object
See Also