sdk.lusid.extensions.configuration_loaders.ArgsConfigurationLoader

class ArgsConfigurationLoader(**kwargs)[source]

ConfigurationLoader which loads in config from kwargs in constructor

kwargs passed to this constructor used to build ApiConfiguration

Methods

load_config

load configuration from kwargs passed to constructor

load_config()[source]

load configuration from kwargs passed to constructor

Return type:

Dict[str, str]

Returns:

dictionary that can be loaded into an ApiConfiguration object

Return type:

Dict[str, str]