net.sourceforge.fixagora.sellside.shared.communication
Class SellSideQuoteRequestEntry

java.lang.Object
  extended by net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry
      extended by net.sourceforge.fixagora.sellside.shared.communication.SellSideQuoteRequestEntry
All Implemented Interfaces:
java.io.Serializable

public class SellSideQuoteRequestEntry
extends AbstractSellSideEntry

The Class SellSideQuoteRequestEntry.

See Also:
Serialized Form

Nested Class Summary
static class SellSideQuoteRequestEntry.OrderStatus
          The Enum OrderStatus.
 
Nested classes/interfaces inherited from class net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry
AbstractSellSideEntry.Side
 
Constructor Summary
SellSideQuoteRequestEntry()
           
 
Method Summary
 long getExpireDate()
          Gets the expire date.
 SellSideQuoteRequestEntry.OrderStatus getOrderStatus()
          Gets the order status.
 java.lang.String getQuoteId()
          Gets the quote id.
 java.lang.String getQuoteReqId()
          Gets the quote req id.
 java.lang.String getQuoteRespId()
          Gets the quote resp id.
 java.lang.Long getSubjectDate()
          Gets the subject date.
 boolean isDone()
          Checks if is done.
 void setExpireDate(long expireDate)
          Sets the expire date.
 void setOrderStatus(SellSideQuoteRequestEntry.OrderStatus orderStatus)
          Sets the order status.
 void setQuoteId(java.lang.String quoteId)
          Sets the quote id.
 void setQuoteReqId(java.lang.String quoteReqId)
          Sets the quote req id.
 void setQuoteRespId(java.lang.String quoteRespId)
          Sets the quote resp id.
 void setSubjectDate(java.lang.Long subjectDate)
          Sets the subject date.
 
Methods inherited from class net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry
getCounterparty, getCounterpartyOrderId, getCreated, getCumulativeQuantity, getLastPrice, getLastQuantity, getLastYield, getLeaveQuantity, getLimit, getMarketInterface, getMinQuantity, getOrderId, getOrderQuantity, getSecurity, getSellSideBook, getSettlementDate, getSide, getTrader, getUpdated, getUser, setCounterparty, setCounterpartyOrderId, setCreated, setCumulativeQuantity, setLastPrice, setLastQuantity, setLastYield, setLeaveQuantity, setLimit, setMarketInterface, setMinQuantity, setOrderId, setOrderQuantity, setSecurity, setSellSideBook, setSettlementDate, setSide, setTrader, setUpdated, setUser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SellSideQuoteRequestEntry

public SellSideQuoteRequestEntry()
Method Detail

getQuoteReqId

public java.lang.String getQuoteReqId()
Gets the quote req id.

Returns:
the quote req id

getQuoteRespId

public java.lang.String getQuoteRespId()
Gets the quote resp id.

Returns:
the quote resp id

setQuoteRespId

public void setQuoteRespId(java.lang.String quoteRespId)
Sets the quote resp id.

Parameters:
quoteRespId - the new quote resp id

setQuoteReqId

public void setQuoteReqId(java.lang.String quoteReqId)
Sets the quote req id.

Parameters:
quoteReqId - the new quote req id

getQuoteId

public java.lang.String getQuoteId()
Gets the quote id.

Returns:
the quote id

setQuoteId

public void setQuoteId(java.lang.String quoteId)
Sets the quote id.

Parameters:
quoteId - the new quote id

getExpireDate

public long getExpireDate()
Gets the expire date.

Returns:
the expire date

setExpireDate

public void setExpireDate(long expireDate)
Sets the expire date.

Parameters:
expireDate - the new expire date

getOrderStatus

public SellSideQuoteRequestEntry.OrderStatus getOrderStatus()
Gets the order status.

Returns:
the order status

setOrderStatus

public void setOrderStatus(SellSideQuoteRequestEntry.OrderStatus orderStatus)
Sets the order status.

Parameters:
orderStatus - the new order status

getSubjectDate

public java.lang.Long getSubjectDate()
Gets the subject date.

Returns:
the subject date

setSubjectDate

public void setSubjectDate(java.lang.Long subjectDate)
Sets the subject date.

Parameters:
subjectDate - the new subject date

isDone

public boolean isDone()
Checks if is done.

Returns:
true, if is done