net.sf.emarket.trade.domain
Class OrderMatch
java.lang.Object
net.sf.emarket.trade.domain.OrderMatch
public class OrderMatch
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_PARTIAL
public static final java.lang.String TYPE_PARTIAL
- See Also:
- Constant Field Values
TYPE_FULL
public static final java.lang.String TYPE_FULL
- See Also:
- Constant Field Values
OrderMatch
public OrderMatch()
getId
public long getId()
setId
public void setId(long id)
getBuyOrderId
public java.lang.String getBuyOrderId()
setBuyOrderId
public void setBuyOrderId(java.lang.String buyOrderId)
getBuyMatchType
public java.lang.String getBuyMatchType()
setBuyMatchType
public void setBuyMatchType(java.lang.String buyMatchType)
setBuyFillId
public void setBuyFillId(long id)
getBuyFillId
public long getBuyFillId()
getSellOrderId
public java.lang.String getSellOrderId()
setSellOrderId
public void setSellOrderId(java.lang.String sellOrderId)
getSellMatchType
public java.lang.String getSellMatchType()
setSellMatchType
public void setSellMatchType(java.lang.String sellMatchType)
setSellFillId
public void setSellFillId(long id)
getSellFillId
public long getSellFillId()
getSymbol
public java.lang.String getSymbol()
setSymbol
public void setSymbol(java.lang.String symbol)
getMatchedQuantity
public int getMatchedQuantity()
setMatchedQuantity
public void setMatchedQuantity(int matchedQuantity)
getMatchPrice
public float getMatchPrice()
setMatchPrice
public void setMatchPrice(float matchPrice)
getMatchTime
public java.sql.Timestamp getMatchTime()
setMatchTime
public void setMatchTime(java.sql.Timestamp matchTime)
getTime
public java.sql.Timestamp getTime()
setTime
public void setTime(java.sql.Timestamp time)
Copyright © 2009. All Rights Reserved.