|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jasa.market.auctioneer.AbstractAuctioneer
net.sourceforge.jasa.market.auctioneer.SealedBidAuctioneer
public abstract class SealedBidAuctioneer
Field Summary |
---|
Fields inherited from class net.sourceforge.jasa.market.auctioneer.AbstractAuctioneer |
---|
clearingPolicy, clearingQuote, currentQuote, market, orderBook, pricingPolicy |
Constructor Summary | |
---|---|
SealedBidAuctioneer(Market auction)
|
Method Summary | |
---|---|
boolean |
orderFilled(Order shout)
|
boolean |
shoutsVisible()
Return true if the shouts of others are visible. |
boolean |
transactionsOccurred()
|
Methods inherited from class net.sourceforge.jasa.market.auctioneer.AbstractAuctioneer |
---|
askIterator, askQuote, bidIterator, bidQuote, checkShoutValidity, clear, clear, clear, determineClearingPrice, eventOccurred, generateQuote, getClearingPolicy, getClearingQuote, getMarket, getOrderBook, getPricingPolicy, getQuote, getUnmatchedAsks, getUnmatchedBids, initialise, newOrder, newShoutInternal, onEndOfDay, onRoundClosed, printState, protoClone, recordMatch, removeOrder, reset, setClearingPolicy, setClearingQuote, setMarket, setOrderBook, setPricingPolicy, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sourceforge.jasa.market.auctioneer.Auctioneer |
---|
getAccount, getLastAsk, getLastBid, getLastShout |
Constructor Detail |
---|
public SealedBidAuctioneer(Market auction)
Method Detail |
---|
public boolean shoutsVisible()
Auctioneer
public boolean orderFilled(Order shout) throws ShoutsNotVisibleException
ShoutsNotVisibleException
public boolean transactionsOccurred() throws ShoutsNotVisibleException
ShoutsNotVisibleException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |