|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Orderbook | |
|---|---|
| org.powertac.common | |
| org.powertac.common.repo | |
| Uses of Orderbook in org.powertac.common |
|---|
| Methods in org.powertac.common that return Orderbook | |
|---|---|
Orderbook |
Orderbook.addAsk(OrderbookOrder ask)
|
Orderbook |
Orderbook.addBid(OrderbookOrder bid)
|
| Uses of Orderbook in org.powertac.common.repo |
|---|
| Methods in org.powertac.common.repo that return Orderbook | |
|---|---|
Orderbook |
OrderbookRepo.findByTimeslot(Timeslot timeslot)
Returns the most recent Orderbook that has been created for the specified timeslot. |
Orderbook |
OrderbookRepo.findSpotByTimeslot(Timeslot timeslot)
Returns the most recent orderbook with a non-null clearing price. |
Orderbook |
OrderbookRepo.makeOrderbook(Timeslot timeslot,
Double clearingPrice)
Creates a new Orderbook, with standard defaults (productType = Future, dateExecuted = now). |
| Methods in org.powertac.common.repo that return types with arguments of type Orderbook | |
|---|---|
List<Orderbook> |
OrderbookRepo.findAllByTimeslot(Timeslot timeslot)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||