net.sf.emarket.trade.domain
Class MarketDepth

java.lang.Object
  extended by net.sf.emarket.trade.domain.MarketDepth

public class MarketDepth
extends java.lang.Object


Constructor Summary
MarketDepth()
           
 
Method Summary
 java.util.List<PriceDepth> getBuys()
           
 int getLevels()
           
 java.util.List<PriceDepth> getSells()
           
 java.lang.String getSymbol()
           
 void setBuys(java.util.List<PriceDepth> buys)
           
 void setLevels(int levels)
           
 void setSells(java.util.List<PriceDepth> sells)
           
 void setSymbol(java.lang.String symbol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarketDepth

public MarketDepth()
Method Detail

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.