|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.buyside.client.model.editor.BuySideQuotePageEntry
public class BuySideQuotePageEntry
The Class BuySideQuotePageEntry.
Constructor Summary | |
---|---|
BuySideQuotePageEntry()
Instantiates a new buy side quote page entry. |
Method Summary | |
---|---|
java.lang.Boolean |
getAskPriceUp()
Gets the ask price up. |
long |
getAskPriceUpdate()
Gets the ask price update. |
long |
getAskSizeUpdate()
Gets the ask size update. |
java.lang.Boolean |
getAskYieldUp()
Gets the ask yield up. |
long |
getAskYieldUpdate()
Gets the ask yield update. |
java.lang.Boolean |
getBidPriceUp()
Gets the bid price up. |
long |
getBidPriceUpdate()
Gets the bid price update. |
long |
getBidSizeUpdate()
Gets the bid size update. |
java.lang.Boolean |
getBidYieldUp()
Gets the bid yield up. |
long |
getBidYieldUpdate()
Gets the bid yield update. |
AbstractBuySideMDInputEntry |
getBuySideMDInputEntry()
Gets the buy side md input entry. |
int |
getChangeFracOffset()
Gets the change frac offset. |
int |
getChangeWidth()
Gets the change width. |
int |
getDollarFracOffset()
Gets the dollar frac offset. |
int |
getHighFracOffset()
Gets the high frac offset. |
int |
getHighWidth()
Gets the high width. |
int |
getLowFracOffset()
Gets the low frac offset. |
int |
getLowWidth()
Gets the low width. |
java.text.DecimalFormat |
getPriceDecimalFormat()
Gets the price decimal format. |
int |
getPriceWidth()
Gets the price width. |
java.text.DecimalFormat |
getSizeDecimalFormat()
Gets the size decimal format. |
int |
getSizeWidth()
Gets the size width. |
java.text.DecimalFormat |
getYieldDecimalFormat()
Gets the yield decimal format. |
int |
getYieldWidth()
Gets the yield width. |
void |
setAskPriceUp(java.lang.Boolean askPriceUp)
Sets the ask price up. |
void |
setAskYieldUp(java.lang.Boolean askYieldUp)
Sets the ask yield up. |
void |
setBidPriceUp(java.lang.Boolean bidPriceUp)
Sets the bid price up. |
void |
setBidYieldUp(java.lang.Boolean bidYieldUp)
Sets the bid yield up. |
void |
setBuySideMDInputEntry(AbstractBuySideMDInputEntry buySideMDInputEntry)
Sets the buy side md input entry. |
void |
setChangeFracOffset(int changeFracOffset)
Sets the change frac offset. |
void |
setChangeWidth(int changeWidth)
Sets the change width. |
void |
setDollarFracOffset(int dollarFracOffset)
Sets the dollar frac offset. |
void |
setHighFracOffset(int highFracOffset)
Sets the high frac offset. |
void |
setHighWidth(int highWidth)
Sets the high width. |
void |
setLowFracOffset(int lowFracOffset)
Sets the low frac offset. |
void |
setLowWidth(int lowWidth)
Sets the low width. |
void |
setPriceDecimalFormat(java.text.DecimalFormat priceDecimalFormat)
Sets the price decimal format. |
void |
setPriceWidth(int priceWidth)
Sets the price width. |
void |
setSizeWidth(int sizeWidth)
Sets the size width. |
void |
setYieldDecimalFormat(java.text.DecimalFormat yieldDecimalFormat)
Sets the yield decimal format. |
void |
setYieldWidth(int yieldWidth)
Sets the yield width. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuySideQuotePageEntry()
Method Detail |
---|
public AbstractBuySideMDInputEntry getBuySideMDInputEntry()
public void setBuySideMDInputEntry(AbstractBuySideMDInputEntry buySideMDInputEntry)
buySideMDInputEntry
- the new buy side md input entrypublic java.lang.Boolean getBidPriceUp()
public void setBidPriceUp(java.lang.Boolean bidPriceUp)
bidPriceUp
- the new bid price uppublic java.lang.Boolean getAskPriceUp()
public void setAskPriceUp(java.lang.Boolean askPriceUp)
askPriceUp
- the new ask price uppublic int getPriceWidth()
public void setPriceWidth(int priceWidth)
priceWidth
- the new price widthpublic java.lang.Boolean getBidYieldUp()
public void setBidYieldUp(java.lang.Boolean bidYieldUp)
bidYieldUp
- the new bid yield uppublic java.lang.Boolean getAskYieldUp()
public void setAskYieldUp(java.lang.Boolean askYieldUp)
askYieldUp
- the new ask yield uppublic int getYieldWidth()
public void setYieldWidth(int yieldWidth)
yieldWidth
- the new yield widthpublic int getSizeWidth()
public void setSizeWidth(int sizeWidth)
sizeWidth
- the new size widthpublic int getChangeWidth()
public void setChangeWidth(int changeWidth)
changeWidth
- the new change widthpublic int getHighWidth()
public void setHighWidth(int highWidth)
highWidth
- the new high widthpublic int getLowWidth()
public void setLowWidth(int lowWidth)
lowWidth
- the new low widthpublic long getBidPriceUpdate()
public long getAskPriceUpdate()
public long getBidYieldUpdate()
public long getAskYieldUpdate()
public long getBidSizeUpdate()
public long getAskSizeUpdate()
public int getDollarFracOffset()
public void setDollarFracOffset(int dollarFracOffset)
dollarFracOffset
- the new dollar frac offsetpublic int getChangeFracOffset()
public void setChangeFracOffset(int changeFracOffset)
changeFracOffset
- the new change frac offsetpublic int getHighFracOffset()
public void setHighFracOffset(int highFracOffset)
highFracOffset
- the new high frac offsetpublic int getLowFracOffset()
public void setLowFracOffset(int lowFracOffset)
lowFracOffset
- the new low frac offsetpublic java.text.DecimalFormat getPriceDecimalFormat()
public void setPriceDecimalFormat(java.text.DecimalFormat priceDecimalFormat)
priceDecimalFormat
- the new price decimal formatpublic java.text.DecimalFormat getYieldDecimalFormat()
public void setYieldDecimalFormat(java.text.DecimalFormat yieldDecimalFormat)
yieldDecimalFormat
- the new yield decimal formatpublic java.text.DecimalFormat getSizeDecimalFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |