| Package | Description |
|---|---|
| org.powertac.accounting | |
| org.powertac.common | |
| org.powertac.common.interfaces |
| Modifier and Type | Method and Description |
|---|---|
MarketTransaction |
AccountingService.addMarketTransaction(Broker broker,
Timeslot timeslot,
double mWh,
double price) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
MarketTransaction |
TransactionFactory.makeMarketTransaction(Broker broker,
Timeslot timeslot,
double mWh,
double price) |
| Modifier and Type | Method and 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.
|
Copyright © 2017 Power TAC. All rights reserved.