symphony.bdk.core.config.model.bdk_datafeed_config.BdkDatafeedConfig#
- class symphony.bdk.core.config.model.bdk_datafeed_config.BdkDatafeedConfig(config)#
Bases:
object
Class holding datafeed specific configuration.
- __init__(config)#
- Parameters
config – the dict containing the datafeed specific configuration.
Methods
__init__
(config)- param config
the dict containing the datafeed specific configuration.
- return
a Path instance of the datafeed.id file where to persist the datafeed.id (applicable for DFv1 only)
- get_id_file_path() pathlib.Path #
- Returns
a Path instance of the datafeed.id file where to persist the datafeed.id (applicable for DFv1 only)
- Return type
Path