|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.liv.auction.core.AbstractAuctioneer
uk.ac.liv.auction.core.KAuctioneer
uk.ac.liv.auction.core.KContinuousDoubleAuctioneer
uk.ac.liv.auction.core.KContinuousDoubleAuctioneerNoQueue
An auctioneer for a k-double-auction with continuous clearing and no order queuing. Every time an offer is cleared any pending offers are discarded.
| Field Summary |
| Fields inherited from class uk.ac.liv.auction.core.KAuctioneer |
clearingQuote, P_PRICING, pricingPolicy |
| Fields inherited from class uk.ac.liv.auction.core.AbstractAuctioneer |
auction, currentQuote, shoutEngine |
| Constructor Summary | |
KContinuousDoubleAuctioneerNoQueue()
|
|
| Method Summary | |
void |
clear()
Perform the clearing operation for the auction; match buyers with sellers and inform the auction of any deals. |
| Methods inherited from class uk.ac.liv.auction.core.KContinuousDoubleAuctioneer |
checkImprovement, endOfAuctionProcessing, endOfRoundProcessing, generateQuote, initialise, newShout, shoutsVisible |
| Methods inherited from class uk.ac.liv.auction.core.KAuctioneer |
askQuote, bidQuote, determineClearingPrice, getK, setK, setPricingPolicy, setup |
| Methods inherited from class uk.ac.liv.auction.core.AbstractAuctioneer |
askIterator, bidIterator, endOfDayProcessing, getAuction, getQuote, newAsk, newBid, printState, protoClone, removeShout, reset, setAuction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KContinuousDoubleAuctioneerNoQueue()
| Method Detail |
public void clear()
Auctioneer
clear in interface Auctioneerclear in class KAuctioneer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||