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 
- 
- 
Uses of MarketTransaction in org.powertac.accountingMethods in org.powertac.accounting that return MarketTransaction Modifier and Type Method Description MarketTransactionAccountingService. addMarketTransaction(Broker broker, Timeslot timeslot, double mWh, double price)Methods in org.powertac.accounting with parameters of type MarketTransaction Modifier and Type Method Description voidAccountingService. 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.commonMethods in org.powertac.common that return MarketTransaction Modifier and Type Method Description MarketTransactionTransactionFactory. makeMarketTransaction(Broker broker, Timeslot timeslot, double mWh, double price)
- 
Uses of MarketTransaction in org.powertac.common.interfacesMethods in org.powertac.common.interfaces that return MarketTransaction Modifier and Type Method Description MarketTransactionAccounting. 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.duMethods in org.powertac.du with parameters of type MarketTransaction Modifier and Type Method Description voidDefaultBrokerService. handleMessage(MarketTransaction tx)Receives a new MarketTransaction.
 
-