net.sf.emarket.trade.domain
Class OrderFill

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

public class OrderFill
extends java.lang.Object


Constructor Summary
OrderFill()
           
 
Method Summary
 long getId()
           
 int getMatchedQuantity()
           
 long getMatchId()
           
 float getMatchPrice()
           
 java.sql.Timestamp getMatchTime()
           
 java.lang.String getMatchType()
           
 java.lang.String getOrderId()
           
 java.lang.String getOrderType()
           
 java.lang.String getSymbol()
           
 java.sql.Timestamp getTime()
           
 void setId(long id)
           
 void setMatchedQuantity(int matchedQuantity)
           
 void setMatchId(long matchId)
           
 void setMatchPrice(float matchPrice)
           
 void setMatchTime(java.sql.Timestamp matchTime)
           
 void setMatchType(java.lang.String matchType)
           
 void setOrderId(java.lang.String orderId)
           
 void setOrderType(java.lang.String orderType)
           
 void setSymbol(java.lang.String symbol)
           
 void setTime(java.sql.Timestamp time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderFill

public OrderFill()
Method Detail

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.