openDAM.model.PunOrder module

class openDAM.model.PunOrder.PunOrder(id, location, period, merit_order, volume, price)[source]

Bases: openDAM.model.Bid.Bid

Model of a PUN order

collect()[source]

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

merit_order = None

Merit order of the bid.

period = None

Period of the bid.

price = None

Limit price of the bid.

volume = None

Volume of the bid.