Uses of Class
org.powertac.common.Orderbook

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)
           
 



Copyright © 2011. All Rights Reserved.