|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.commerce.zocalo.history.PriceHistoryRecord
net.commerce.zocalo.history.TradeRec
public abstract class TradeRec
TradeRec is the abstract base class for MarketTradeRec and BookTradeRec.
Field Summary | |
---|---|
protected SecureUser |
taker
|
Fields inherited from class net.commerce.zocalo.history.PriceHistoryRecord |
---|
BEST_ASK, BEST_BID, CLOSE, OPEN, QUANTITY |
Constructor Summary | |
---|---|
TradeRec(SecureUser taker)
|
Method Summary |
---|
Methods inherited from class net.commerce.zocalo.history.PriceHistoryRecord |
---|
addTo, getClose, getOpen, getQuantity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SecureUser taker
Constructor Detail |
---|
public TradeRec(SecureUser taker)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |