DataFrame Constructor (IEventLogger, Boolean, Char, Boolean, IConfigManager, FactSetOnDemand) |
Constructor
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame(
IEventLogger log,
bool integerDates,
char delimiter,
bool suppressSummary,
IConfigManager config,
FactSetOnDemand fsod
)
Public Sub New (
log As IEventLogger,
integerDates As Boolean,
delimiter As Char,
suppressSummary As Boolean,
config As IConfigManager,
fsod As FactSetOnDemand
)
public:
DataFrame(
IEventLogger^ log,
bool integerDates,
wchar_t delimiter,
bool suppressSummary,
IConfigManager^ config,
FactSetOnDemand^ fsod
)
new :
log : IEventLogger *
integerDates : bool *
delimiter : char *
suppressSummary : bool *
config : IConfigManager *
fsod : FactSetOnDemand -> DataFrame
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: SystemChar
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