|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry
net.sourceforge.fixagora.sellside.shared.communication.SellSideQuoteRequestEntry
public class SellSideQuoteRequestEntry
The Class SellSideQuoteRequestEntry.
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 |
---|
public SellSideQuoteRequestEntry()
Method Detail |
---|
public java.lang.String getQuoteReqId()
public java.lang.String getQuoteRespId()
public void setQuoteRespId(java.lang.String quoteRespId)
quoteRespId
- the new quote resp idpublic void setQuoteReqId(java.lang.String quoteReqId)
quoteReqId
- the new quote req idpublic java.lang.String getQuoteId()
public void setQuoteId(java.lang.String quoteId)
quoteId
- the new quote idpublic long getExpireDate()
public void setExpireDate(long expireDate)
expireDate
- the new expire datepublic SellSideQuoteRequestEntry.OrderStatus getOrderStatus()
public void setOrderStatus(SellSideQuoteRequestEntry.OrderStatus orderStatus)
orderStatus
- the new order statuspublic java.lang.Long getSubjectDate()
public void setSubjectDate(java.lang.Long subjectDate)
subjectDate
- the new subject datepublic boolean isDone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |