|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.agora.simulator.model.SecurityLeg
public class SecurityLeg
The Class SecurityLeg.
Constructor Summary | |
---|---|
SecurityLeg()
|
Method Summary | |
---|---|
Security |
getLegSecurity()
Gets the leg security. |
java.lang.Double |
getOptionRatio()
Gets the option ratio. |
java.lang.Double |
getRatioQuantity()
Gets the ratio quantity. |
SecurityDetails |
getSecurity()
Gets the security. |
java.lang.String |
getSide()
Gets the side. |
void |
setLegSecurity(Security legSecurity)
Sets the leg security. |
void |
setOptionRatio(java.lang.Double optionRatio)
Sets the option ratio. |
void |
setRatioQuantity(java.lang.Double ratioQuantity)
Sets the ratio quantity. |
void |
setSecurity(SecurityDetails security)
Sets the security. |
void |
setSide(java.lang.String side)
Sets the side. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityLeg()
Method Detail |
---|
public java.lang.Double getOptionRatio()
public void setOptionRatio(java.lang.Double optionRatio)
optionRatio
- the new option ratiopublic SecurityDetails getSecurity()
public void setSecurity(SecurityDetails security)
security
- the new securitypublic Security getLegSecurity()
public void setLegSecurity(Security legSecurity)
legSecurity
- the new leg securitypublic java.lang.Double getRatioQuantity()
public void setRatioQuantity(java.lang.Double ratioQuantity)
ratioQuantity
- the new ratio quantitypublic java.lang.String getSide()
public void setSide(java.lang.String side)
side
- the new side
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |