public class ZITimproved extends Agent
Modifier and Type | Field and Description |
---|---|
protected long |
maxPrice |
protected int |
maxQuty |
protected long |
minPrice |
protected int |
minQuty |
Constructor and Description |
---|
ZITimproved(java.lang.String name) |
ZITimproved(java.lang.String name,
long cash) |
ZITimproved(java.lang.String name,
long cash,
long minPrice,
long maxPrice,
int minQuty,
int maxQuty) |
Modifier and Type | Method and Description |
---|---|
Order |
decide(java.lang.String obName,
Day day) |
afterDecide, beforeDecide, broadcastNews, clear, getInvest, getState, getWealth, init, news, setInvest, setState, toString, touchedOrExecutedOrder
protected long minPrice
protected long maxPrice
protected int minQuty
protected int maxQuty