|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.buyside.shared.communication.AbstractBuySideEntry
public abstract class AbstractBuySideEntry
The Class AbstractBuySideEntry.
Nested Class Summary | |
---|---|
static class |
AbstractBuySideEntry.Side
The Enum Side. |
Constructor Summary | |
---|---|
AbstractBuySideEntry()
|
Method Summary | |
---|---|
long |
getBuySideBook()
Gets the buy side book. |
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. |
AbstractBuySideEntry.Side |
getSide()
Gets the side. |
long |
getUpdated()
Gets the updated. |
java.lang.String |
getUser()
Gets the user. |
void |
setBuySideBook(long buySideBook)
Sets the buy side book. |
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 |
setSide(AbstractBuySideEntry.Side side)
Sets the side. |
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 AbstractBuySideEntry()
Method Detail |
---|
public java.lang.Double getLimit()
public void setLimit(java.lang.Double limit)
limit
- the new limitpublic 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 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 getLastYield()
public void setLastYield(java.lang.Double lastYield)
lastYield
- the new last yieldpublic long getBuySideBook()
public void setBuySideBook(long buySideBook)
buySideBook
- the new buy side bookpublic java.lang.String getCounterpartyOrderId()
public void setCounterpartyOrderId(java.lang.String counterpartyOrderId)
counterpartyOrderId
- the new counterparty order idpublic java.lang.String getOrderId()
public void setOrderId(java.lang.String orderId)
orderId
- the new order idpublic AbstractBuySideEntry.Side getSide()
public void setSide(AbstractBuySideEntry.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 interface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |