net.sf.emarket.trade.domain
Class PriceEntry
java.lang.Object
net.sf.emarket.trade.domain.PriceEntry
public class PriceEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriceEntry
public PriceEntry(float p)
getPrice
public float getPrice()
hasBuyOrders
public boolean hasBuyOrders()
getTotalBuyQuantity
public int getTotalBuyQuantity()
getTotalBuyOrders
public int getTotalBuyOrders()
getBuyOrdersForQuantity
public int getBuyOrdersForQuantity(int quantity,
java.util.List<ReceivedOrder> matchingOrders)
hasSellOrders
public boolean hasSellOrders()
getTotalSellQuantity
public int getTotalSellQuantity()
getTotalSellOrders
public int getTotalSellOrders()
getSellOrdersForQuantity
public int getSellOrdersForQuantity(int quantity,
java.util.List<ReceivedOrder> matchingOrders)
getBuyQuantity
public int getBuyQuantity()
getSellQuantity
public int getSellQuantity()
Copyright © 2009. All Rights Reserved.