|
||||||||||
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
public abstract class AbstractSellSideEntry
The Class AbstractSellSideEntry.
Nested Class Summary | |
---|---|
static class |
AbstractSellSideEntry.Side
The Enum Side. |
Constructor Summary | |
---|---|
AbstractSellSideEntry()
|
Method Summary | |
---|---|
long |
getCounterparty()
Gets the counterparty. |
java.lang.String |
getCounterpartyOrderId()
Gets the counterparty order id. |
long |
getCreated()
Gets the created. |
double |
getCumulativeQuantity()
Gets the cumulative quantity. |
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. |
long |
getMarketInterface()
Gets the market interface. |
double |
getMinQuantity()
Gets the min quantity. |
java.lang.String |
getOrderId()
Gets the order id. |
double |
getOrderQuantity()
Gets the order quantity. |
long |
getSecurity()
Gets the security. |
long |
getSellSideBook()
Gets the sell side book. |
java.lang.Long |
getSettlementDate()
Gets the settlement date. |
AbstractSellSideEntry.Side |
getSide()
Gets the side. |
java.lang.Long |
getTrader()
Gets the trader. |
long |
getUpdated()
Gets the updated. |
java.lang.String |
getUser()
Gets the user. |
void |
setCounterparty(long counterparty)
Sets the counterparty. |
void |
setCounterpartyOrderId(java.lang.String counterpartyOrderId)
Sets the counterparty order id. |
void |
setCreated(long created)
Sets the created. |
void |
setCumulativeQuantity(double cumulativeQuantity)
Sets the cumulative quantity. |
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(long marketInterface)
Sets the market interface. |
void |
setMinQuantity(double minQuantity)
Sets the min quantity. |
void |
setOrderId(java.lang.String orderId)
Sets the order id. |
void |
setOrderQuantity(double orderQuantity)
Sets the order quantity. |
void |
setSecurity(long security)
Sets the security. |
void |
setSellSideBook(long sellSideBook)
Sets the sell side book. |
void |
setSettlementDate(java.lang.Long settlementDate)
Sets the settlement date. |
void |
setSide(AbstractSellSideEntry.Side side)
Sets the side. |
void |
setTrader(java.lang.Long trader)
Sets the trader. |
void |
setUpdated(long updated)
Sets the updated. |
void |
setUser(java.lang.String user)
Sets the user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSellSideEntry()
Method Detail |
---|
public java.lang.Double getLastYield()
public void setLastYield(java.lang.Double lastYield)
lastYield
- the new last yieldpublic java.lang.Long getTrader()
public void setTrader(java.lang.Long trader)
trader
- the new traderpublic java.lang.Long getSettlementDate()
public void setSettlementDate(java.lang.Long settlementDate)
settlementDate
- the new settlement datepublic double getLeaveQuantity()
public void setLeaveQuantity(double leaveQuantity)
leaveQuantity
- the new leave quantitypublic double getMinQuantity()
public void setMinQuantity(double minQuantity)
minQuantity
- the new min quantitypublic long getUpdated()
public void setUpdated(long updated)
updated
- the new updatedpublic long getCreated()
public void setCreated(long created)
created
- the new createdpublic java.lang.String getUser()
public void setUser(java.lang.String user)
user
- the new userpublic java.lang.Double getLastPrice()
public void setLastPrice(java.lang.Double lastPrice)
lastPrice
- the new last pricepublic long getSellSideBook()
public void setSellSideBook(long sellSideBook)
sellSideBook
- the new sell side bookpublic 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 AbstractSellSideEntry.Side getSide()
public void setSide(AbstractSellSideEntry.Side side)
side
- the new sidepublic long getSecurity()
public void setSecurity(long security)
security
- the new securitypublic long getCounterparty()
public void setCounterparty(long counterparty)
counterparty
- the new counterpartypublic long getMarketInterface()
public void setMarketInterface(long marketInterface)
marketInterface
- the new market interfacepublic 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 getLimit()
public void setLimit(java.lang.Double limit)
limit
- the new limit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |