net.sf.emarket.trade.domain
Class PriceDepth

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

public class PriceDepth
extends java.lang.Object


Constructor Summary
PriceDepth()
           
 
Method Summary
 int getNoOfOrders()
           
 float getPrice()
           
 int getQuantity()
           
 void setNoOfOrders(int noOfOrders)
           
 void setPrice(float price)
           
 void setQuantity(int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriceDepth

public PriceDepth()
Method Detail

getPrice

public float getPrice()

setPrice

public void setPrice(float price)

getNoOfOrders

public int getNoOfOrders()

setNoOfOrders

public void setNoOfOrders(int noOfOrders)

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)


Copyright © 2009. All Rights Reserved.