openDAM.model.SinglePeriodBid module

class openDAM.model.SinglePeriodBid.SinglePeriodBid(volume=0.0, price=0.0, period=0, location=None)[source]

Bases: openDAM.model.Bid.Bid

Parameters:
  • volume – Volume of the bid, positive for production.
  • price – Cost per unit of volume.
  • period – Period of the bid.
  • location – Location.
collect()[source]

Call this method to add the order to the orderbook. Need be reimplemented in classes inheriting from Bid.

period = None

Period of the bid.

price = None

Limit price of the bid.

volume = None

Volume of the bid.