net.sf.emarket.trade.domain
Class OrderMatch

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

public class OrderMatch
extends java.lang.Object


Field Summary
static java.lang.String TYPE_FULL
           
static java.lang.String TYPE_PARTIAL
           
 
Constructor Summary
OrderMatch()
           
 
Method Summary
 long getBuyFillId()
           
 java.lang.String getBuyMatchType()
           
 java.lang.String getBuyOrderId()
           
 long getId()
           
 int getMatchedQuantity()
           
 float getMatchPrice()
           
 java.sql.Timestamp getMatchTime()
           
 long getSellFillId()
           
 java.lang.String getSellMatchType()
           
 java.lang.String getSellOrderId()
           
 java.lang.String getSymbol()
           
 java.sql.Timestamp getTime()
           
 void setBuyFillId(long id)
           
 void setBuyMatchType(java.lang.String buyMatchType)
           
 void setBuyOrderId(java.lang.String buyOrderId)
           
 void setId(long id)
           
 void setMatchedQuantity(int matchedQuantity)
           
 void setMatchPrice(float matchPrice)
           
 void setMatchTime(java.sql.Timestamp matchTime)
           
 void setSellFillId(long id)
           
 void setSellMatchType(java.lang.String sellMatchType)
           
 void setSellOrderId(java.lang.String sellOrderId)
           
 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
 

Field Detail

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
Constructor Detail

OrderMatch

public OrderMatch()
Method Detail

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.