Home | Trees | Indices | Help |
|
---|
|
object --+ | AuctionHouse
The class AuctionHouse
represents an electronic auction
house. It provides methods for adding auctions and keyword searches,
among other things.
An auction house only supports so-called Dutch auctions.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Creates a new auction house with no auctions.
|
Adds the given auction to the auction house.
|
Records one day as having passed. This is equivalent to calling
See Also: Dutch_auction#advance_one_day() |
Returns the current total price of all the items for sale in the auction house. The total includes the prices of all auctions, be they open or closed.
|
Returns a list of all the auctions in this auction house which match the given keyword, in the order in which they were added to the auction house. Both open and closed auctions are included.
|
Returns the "Bargain of the Day", the auction which has the lowest current/minimum price ratio of all the open auctions in the auction house.
See Also: Dutch_auction#get_price_ratio() |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 14 10:18:57 2011 | http://epydoc.sourceforge.net |