preheat_open.supplypoint.FixedPricePeriod

class preheat_open.supplypoint.FixedPricePeriod(data=<factory>, date_range=<factory>, resolution='')

Bases: object

Represents a period of fixed price data.

Variables:
  • data (list[FixedPriceData]) – A list of fixed price data.

  • date_range (DateRange) – The date range of the fixed price period.

  • resolution (str) – The resolution of the fixed price period.

__init__(data=<factory>, date_range=<factory>, resolution='')

Methods

__init__([data, date_range, resolution])

Attributes

resolution

data

date_range