Package agents.markets.meritOrder
Class Constants
- java.lang.Object
-
- agents.markets.meritOrder.Constants
-
public class Constants extends Object
Defines both minimal and maximal allowed bidding prices at theDayAheadMarket
-
-
Field Summary
Fields Modifier and Type Field Description static double
MINIMAL_PRICE_IN_EUR_PER_MWH
Minimum allowed bidding price atDayAheadMarket
sstatic double
SCARCITY_PRICE_IN_EUR_PER_MWH
Maximum allowed bidding price atDayAheadMarket
s
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
MINIMAL_PRICE_IN_EUR_PER_MWH
public static final double MINIMAL_PRICE_IN_EUR_PER_MWH
Minimum allowed bidding price atDayAheadMarket
s- See Also:
- Constant Field Values
-
SCARCITY_PRICE_IN_EUR_PER_MWH
public static final double SCARCITY_PRICE_IN_EUR_PER_MWH
Maximum allowed bidding price atDayAheadMarket
s- See Also:
- Constant Field Values
-
-