FactletgetDataFrame Method |
Create a dataframe appropriate for this factlet
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic virtual DataFrame getDataFrame(
IEventLogger log,
bool usingIntDates,
bool createSummaryDescription,
IConfigManager config,
FactSetOnDemand fsod
)
Public Overridable Function getDataFrame (
log As IEventLogger,
usingIntDates As Boolean,
createSummaryDescription As Boolean,
config As IConfigManager,
fsod As FactSetOnDemand
) As DataFrame
public:
virtual DataFrame^ getDataFrame(
IEventLogger^ log,
bool usingIntDates,
bool createSummaryDescription,
IConfigManager^ config,
FactSetOnDemand^ fsod
)
abstract getDataFrame :
log : IEventLogger *
usingIntDates : bool *
createSummaryDescription : bool *
config : IConfigManager *
fsod : FactSetOnDemand -> DataFrame
override getDataFrame :
log : IEventLogger *
usingIntDates : bool *
createSummaryDescription : bool *
config : IConfigManager *
fsod : FactSetOnDemand -> DataFrame
Parameters
- log
- Type: Kratos_3.InterfacesIEventLogger
Eventlogger to use - usingIntDates
- Type: SystemBoolean
Whether or not to use MATLAB style dates - createSummaryDescription
- Type: SystemBoolean
If false, overrides all settings to ensure no summary is produced - config
- Type: IConfigManager
Object for accessing the OnDemand configuration - fsod
- Type: Kratos_3.RunTimePlatformFactSetOnDemand
FactSetOnDemand object
Return Value
Type:
DataFrame
See Also