PriceDataSourceΒΆ
-
class
alchemist_lib.database.price_data_source.
PriceDataSource
(price_data_source_name, website=None)[source] Map class for data_source.
- price_data_source_name: String(150), not null, primary_key.
- website: String(500), null.
- Relationships:
- available_timeframes: List of Timeframe instances. (Many-to-Many).
-
__init__
(price_data_source_name, website=None) Costructor mathod.
Parameters: - price_data_source_name (-) – Name of the source of informations.
- website (-) – Site of the source of informations.