OandaForexProviderConfig

class app.components.providers.forex.oanda.OandaForexProviderConfig[source]

Bases: BaseForexProviderConfig

Inheritance diagram of OandaForexProviderConfig

Inheritance Diagram for OandaForexProviderConfig

Methods

__init__(**kwargs)

Attributes

model_config

Configuration for the model, should be a dictionary conforming to ConfigDict.

package

decimal

inherited

defaulted

instance_name

instance_parent

__init__(**kwargs)[source]
Parameters:

kwargs (Any)

component_class

alias of OandaForexProvider

decimal: DecimalConfig
defaulted: Default | None
inherited: Inherit | None
instance_name: str | None
instance_parent: object | None
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}

Configuration for the model, should be a dictionary conforming to ConfigDict.

package: str