| Constructors in org.powertac.common with annotations of type ChainedConstructor |
ClearedTrade(Timeslot timeslot,
double executionMWh,
double executionPrice,
org.joda.time.Instant dateExecuted)
|
MarketPosition(Broker broker,
Timeslot timeslot,
double balance)
|
MarketTransaction(Broker broker,
int when,
Timeslot timeslot,
double mWh,
double price)
|
Order(Broker broker,
Timeslot timeslot,
double mWh,
Double limitPrice)
Deprecated. |
Orderbook(Timeslot timeslot,
Double clearingPrice,
org.joda.time.Instant dateExecuted)
|
WeatherForecast(Timeslot timeslot,
List<WeatherForecastPrediction> predictions)
Deprecated. |
WeatherReport(Timeslot timeslot,
double temperature,
double windSpeed,
double windDirection,
double cloudCover)
Deprecated. |