net.commerce.zocalo.history
Class TradeRec

java.lang.Object
  extended by net.commerce.zocalo.history.PriceHistoryRecord
      extended by net.commerce.zocalo.history.TradeRec
Direct Known Subclasses:
BookTradeRec, MarketTradeRec

public abstract class TradeRec
extends PriceHistoryRecord

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

taker

protected SecureUser taker
Constructor Detail

TradeRec

public TradeRec(SecureUser taker)