Uses of Class
org.powertac.common.MarketTransaction
-
Packages that use MarketTransaction Package Description org.powertac.accounting org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces org.powertac.du org.powertac.visualizer.domain JPA domain objects.org.powertac.visualizer.service_ptac -
-
Uses of MarketTransaction in org.powertac.accounting
Methods in org.powertac.accounting that return MarketTransaction Modifier and Type Method Description MarketTransaction
AccountingService. addMarketTransaction(Broker broker, Timeslot timeslot, double mWh, double price)
Methods in org.powertac.accounting with parameters of type MarketTransaction Modifier and Type Method Description void
AccountingService. processTransaction(MarketTransaction tx, ArrayList<Object> messages)
Processes a market transaction by ensuring that the market position will be sent to the broker. -
Uses of MarketTransaction in org.powertac.common
Methods in org.powertac.common that return MarketTransaction Modifier and Type Method Description MarketTransaction
TransactionFactory. makeMarketTransaction(Broker broker, Timeslot timeslot, double mWh, double price)
-
Uses of MarketTransaction in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return MarketTransaction Modifier and Type Method Description MarketTransaction
Accounting. addMarketTransaction(Broker broker, Timeslot timeslot, double price, double mWh)
Adds a market transaction that includes both a cash component and a product commitment for a specific timeslot. -
Uses of MarketTransaction in org.powertac.du
Methods in org.powertac.du with parameters of type MarketTransaction Modifier and Type Method Description void
DefaultBrokerService. handleMessage(MarketTransaction tx)
Receives a new MarketTransaction. -
Uses of MarketTransaction in org.powertac.visualizer.domain
Methods in org.powertac.visualizer.domain with parameters of type MarketTransaction Modifier and Type Method Description void
WholesaleKPIHolder. addTransaction(MarketTransaction mtx)
-
Uses of MarketTransaction in org.powertac.visualizer.service_ptac
Methods in org.powertac.visualizer.service_ptac with parameters of type MarketTransaction Modifier and Type Method Description void
MessageHandler. handleMessage(MarketTransaction mtx)
Handles a wholesale MarketTransaction
-