net.sf.emarket.trade.domain
Class OrderFill
java.lang.Object
net.sf.emarket.trade.domain.OrderFill
public class OrderFill
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderFill
public OrderFill()
getId
public long getId()
setId
public void setId(long id)
getMatchId
public long getMatchId()
setMatchId
public void setMatchId(long matchId)
getOrderId
public java.lang.String getOrderId()
setOrderId
public void setOrderId(java.lang.String orderId)
getOrderType
public java.lang.String getOrderType()
setOrderType
public void setOrderType(java.lang.String orderType)
getMatchType
public java.lang.String getMatchType()
setMatchType
public void setMatchType(java.lang.String matchType)
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.