|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.sellside.shared.persistence.SellSideQuoteRequest
@Entity public class SellSideQuoteRequest
The Class SellSideQuoteRequest.
Nested Class Summary | |
---|---|
static class |
SellSideQuoteRequest.OrderStatus
The Enum OrderStatus. |
static class |
SellSideQuoteRequest.Side
The Enum Side. |
Constructor Summary | |
---|---|
SellSideQuoteRequest()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
Counterparty |
getCounterparty()
Gets the counterparty. |
java.lang.String |
getCounterpartyOrderId()
Gets the counterparty order id. |
long |
getCreatedTimestamp()
Gets the created timestamp. |
double |
getCumulativeQuantity()
Gets the cumulative quantity. |
java.util.Set<FRole> |
getExecuteRoles()
Gets the execute roles. |
long |
getExpireTimestamp()
Gets the expire timestamp. |
FUser |
getfUser()
Gets the f user. |
long |
getId()
Gets the id. |
java.lang.Double |
getLastPrice()
Gets the last price. |
java.lang.Double |
getLastQuantity()
Gets the last quantity. |
java.lang.Double |
getLastYield()
Gets the last yield. |
double |
getLeaveQuantity()
Gets the leave quantity. |
java.lang.Double |
getLimit()
Gets the limit. |
AbstractAcceptor |
getMarketInterface()
Gets the market interface. |
double |
getMinQuantity()
Gets the min quantity. |
java.lang.Double |
getNewQuantity()
Gets the new quantity. |
java.lang.String |
getOrderId()
Gets the order id. |
double |
getOrderQuantity()
Gets the order quantity. |
SellSideQuoteRequest.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.util.Set<FRole> |
getReadRoles()
Gets the read roles. |
FSecurity |
getSecurity()
Gets the security. |
SellSideBook |
getSellSideBook()
Gets the sell side book. |
long |
getSettlementTimestamp()
Gets the settlement timestamp. |
SellSideQuoteRequest.Side |
getSide()
Gets the side. |
java.lang.Long |
getSubjectTimestamp()
Gets the subject timestamp. |
Trader |
getTrader()
Gets the trader. |
long |
getUpdatedTimestamp()
Gets the updated timestamp. |
java.util.Set<FRole> |
getWriteRoles()
Gets the write roles. |
void |
makeEager()
Make eager. |
void |
setCounterparty(Counterparty counterparty)
Sets the counterparty. |
void |
setCounterpartyOrderId(java.lang.String counterpartyOrderId)
Sets the counterparty order id. |
void |
setCreatedTimestamp(long createdTimestamp)
Sets the created timestamp. |
void |
setCumulativeQuantity(double cumulativeQuantity)
Sets the cumulative quantity. |
void |
setExpireTimestamp(long expireTimestamp)
Sets the expire timestamp. |
void |
setfUser(FUser fUser)
Sets the f user. |
void |
setId(long id)
Sets the id. |
void |
setLastPrice(java.lang.Double lastPrice)
Sets the last price. |
void |
setLastQuantity(java.lang.Double lastQuantity)
Sets the last quantity. |
void |
setLastYield(java.lang.Double lastYield)
Sets the last yield. |
void |
setLeaveQuantity(double leaveQuantity)
Sets the leave quantity. |
void |
setLimit(java.lang.Double limit)
Sets the limit. |
void |
setMarketInterface(AbstractAcceptor marketInterface)
Sets the market interface. |
void |
setMinQuantity(double minQuantity)
Sets the min quantity. |
void |
setNewQuantity(java.lang.Double newQuantity)
Sets the new quantity. |
void |
setOrderId(java.lang.String orderId)
Sets the order id. |
void |
setOrderQuantity(double orderQuantity)
Sets the order quantity. |
void |
setOrderStatus(SellSideQuoteRequest.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 |
setSecurity(FSecurity security)
Sets the security. |
void |
setSellSideBook(SellSideBook sellSideBook)
Sets the sell side book. |
void |
setSettlementTimestamp(long settlementTimestamp)
Sets the settlement timestamp. |
void |
setSide(SellSideQuoteRequest.Side side)
Sets the side. |
void |
setSubjectTimestamp(java.lang.Long subjectTimestamp)
Sets the subject timestamp. |
void |
setTrader(Trader trader)
Sets the trader. |
void |
setTransientValues(TransientValueSetter transientValueSetter)
Sets the transient values. |
void |
setUpdatedTimestamp(long updatedTimestamp)
Sets the updated timestamp. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SellSideQuoteRequest()
Method Detail |
---|
public java.lang.String getQuoteRespId()
public void setQuoteRespId(java.lang.String quoteRespId)
quoteRespId
- the new quote resp idpublic java.lang.String getQuoteReqId()
public 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 getExpireTimestamp()
public void setExpireTimestamp(long expireTimestamp)
expireTimestamp
- the new expire timestamppublic long getSettlementTimestamp()
public void setSettlementTimestamp(long settlementTimestamp)
settlementTimestamp
- the new settlement timestamppublic java.lang.Double getLastYield()
public void setLastYield(java.lang.Double lastYield)
lastYield
- the new last yieldpublic double getLeaveQuantity()
public java.lang.Double getNewQuantity()
public void setNewQuantity(java.lang.Double newQuantity)
newQuantity
- the new new quantitypublic double getMinQuantity()
public void setMinQuantity(double minQuantity)
minQuantity
- the new min quantitypublic void setLeaveQuantity(double leaveQuantity)
leaveQuantity
- the new leave quantitypublic FUser getfUser()
public void setfUser(FUser fUser)
fUser
- the new f userpublic long getCreatedTimestamp()
public void setCreatedTimestamp(long createdTimestamp)
createdTimestamp
- the new created timestamppublic long getUpdatedTimestamp()
public void setUpdatedTimestamp(long updatedTimestamp)
updatedTimestamp
- the new updated timestamppublic long getId()
public void setId(long id)
id
- the new idpublic java.lang.String getOrderId()
public void setOrderId(java.lang.String orderId)
orderId
- the new order idpublic java.lang.String getCounterpartyOrderId()
public void setCounterpartyOrderId(java.lang.String counterpartyOrderId)
counterpartyOrderId
- the new counterparty order idpublic FSecurity getSecurity()
public void setSecurity(FSecurity security)
security
- the new securitypublic Counterparty getCounterparty()
public void setCounterparty(Counterparty counterparty)
counterparty
- the new counterpartypublic Trader getTrader()
public void setTrader(Trader trader)
trader
- the new traderpublic AbstractAcceptor getMarketInterface()
public void setMarketInterface(AbstractAcceptor marketInterface)
marketInterface
- the new market interfacepublic SellSideQuoteRequest.OrderStatus getOrderStatus()
public void setOrderStatus(SellSideQuoteRequest.OrderStatus orderStatus)
orderStatus
- the new order statuspublic java.lang.Double getLimit()
public void setLimit(java.lang.Double limit)
limit
- the new limitpublic double getOrderQuantity()
public void setOrderQuantity(double orderQuantity)
orderQuantity
- the new order quantitypublic double getCumulativeQuantity()
public void setCumulativeQuantity(double cumulativeQuantity)
cumulativeQuantity
- the new cumulative quantitypublic java.lang.Double getLastQuantity()
public void setLastQuantity(java.lang.Double lastQuantity)
lastQuantity
- the new last quantitypublic java.lang.Double getLastPrice()
public void setLastPrice(java.lang.Double lastPrice)
lastPrice
- the new last pricepublic SellSideQuoteRequest.Side getSide()
public void setSide(SellSideQuoteRequest.Side side)
side
- the new sidepublic SellSideBook getSellSideBook()
public void setSellSideBook(SellSideBook sellSideBook)
sellSideBook
- the new sell side bookpublic int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public void makeEager()
PersistenceInterface
makeEager
in interface PersistenceInterface
public java.util.Set<FRole> getWriteRoles()
PersistenceInterface
getWriteRoles
in interface PersistenceInterface
public java.util.Set<FRole> getReadRoles()
PersistenceInterface
getReadRoles
in interface PersistenceInterface
public java.util.Set<FRole> getExecuteRoles()
PersistenceInterface
getExecuteRoles
in interface PersistenceInterface
public void setTransientValues(TransientValueSetter transientValueSetter)
PersistenceInterface
setTransientValues
in interface PersistenceInterface
transientValueSetter
- the new transient valuespublic java.lang.Long getSubjectTimestamp()
public void setSubjectTimestamp(java.lang.Long subjectTimestamp)
subjectTimestamp
- the new subject timestamp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |