Uses of Class
agents.markets.meritOrder.ClearingDetails
-
Packages that use ClearingDetails Package Description agents.markets.meritOrder -
-
Uses of ClearingDetails in agents.markets.meritOrder
Fields in agents.markets.meritOrder declared as ClearingDetails Modifier and Type Field Description static ClearingDetails
MarketClearing. EMPTY_MARKET_RESULT
Market clearing result if a market is empty: TradedEnergy: 0 MWh, MarketPrice = NaNMethods in agents.markets.meritOrder that return ClearingDetails Modifier and Type Method Description static ClearingDetails
MeritOrderKernel. clearMarketSimple(SupplyOrderBook supply, DemandOrderBook demand)
The function takes two sorted (ascending by cumulatedPower) OrderBooks for demand (descending by offerPrice) and supply (ascending by offerPrice).Constructors in agents.markets.meritOrder with parameters of type ClearingDetails Constructor Description MarketClearingResult(ClearingDetails clearingResult, DemandOrderBook demandBook, SupplyOrderBook supplyBook)
Instantiate with tradedEnergyInMWH, marketPriceInEURperMWH, priceSettingDemandBidIdx, priceSettingSupplyBidIdx, and minPriceSettingDemand from a ClearingResult object; and with demandBook, and supplyBook.
-