@Domain public class ClearedTrade extends Object
| Constructor and Description |
|---|
ClearedTrade(int timeslot,
double executionMWh,
double executionPrice,
org.joda.time.Instant dateExecuted) |
ClearedTrade(Timeslot timeslot,
double executionMWh,
double executionPrice,
org.joda.time.Instant dateExecuted) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Instant |
getDateExecuted() |
double |
getExecutionMWh() |
double |
getExecutionPrice() |
long |
getId() |
Timeslot |
getTimeslot() |
int |
getTimeslotIndex() |
String |
toString() |
public ClearedTrade(int timeslot,
double executionMWh,
double executionPrice,
org.joda.time.Instant dateExecuted)
@ChainedConstructor public ClearedTrade(Timeslot timeslot, double executionMWh, double executionPrice, org.joda.time.Instant dateExecuted)
public long getId()
public int getTimeslotIndex()
public Timeslot getTimeslot()
public double getExecutionPrice()
public double getExecutionMWh()
public org.joda.time.Instant getDateExecuted()
Copyright © 2017 Power TAC. All rights reserved.