net.sf.emarket.trade.domain
Class MarketDepth
java.lang.Object
net.sf.emarket.trade.domain.MarketDepth
public class MarketDepth
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarketDepth
public MarketDepth()
getSymbol
public java.lang.String getSymbol()
setSymbol
public void setSymbol(java.lang.String symbol)
getLevels
public int getLevels()
setLevels
public void setLevels(int levels)
getBuys
public java.util.List<PriceDepth> getBuys()
setBuys
public void setBuys(java.util.List<PriceDepth> buys)
getSells
public java.util.List<PriceDepth> getSells()
setSells
public void setSells(java.util.List<PriceDepth> sells)
Copyright © 2009. All Rights Reserved.