|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FixedQuantityStrategy
Strategies implementing this interface indicate that they bid a constant quantity in each auction round.
Method Summary | |
---|---|
void |
setQuantity(int quantity)
Specify the quantity to bid for. |
Methods inherited from interface edu.cuny.cat.trader.strategy.Strategy |
---|
determineQuantity, modifyShout, requiresAuctionHistory, setAgent |
Methods inherited from interface edu.cuny.obj.Prototypeable |
---|
protoClone |
Methods inherited from interface edu.cuny.obj.Resetable |
---|
reset |
Methods inherited from interface edu.cuny.cat.event.AuctionEventListener |
---|
eventOccurred |
Method Detail |
---|
void setQuantity(int quantity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |