|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YieldCalculator.CalcMethod | |
---|---|
net.sourceforge.fixagora.basis.shared.control |
Uses of YieldCalculator.CalcMethod in net.sourceforge.fixagora.basis.shared.control |
---|
Methods in net.sourceforge.fixagora.basis.shared.control that return YieldCalculator.CalcMethod | |
---|---|
static YieldCalculator.CalcMethod |
YieldCalculator.CalcMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static YieldCalculator.CalcMethod[] |
YieldCalculator.CalcMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sourceforge.fixagora.basis.shared.control with parameters of type YieldCalculator.CalcMethod | |
---|---|
java.lang.Double |
YieldCalculator.getPrice(FSecurity fSecurity,
double yield,
java.util.Date settlementDate,
int basis,
YieldCalculator.CalcMethod calcMethod)
Gets the price. |
java.lang.Double |
YieldCalculator.getYield(FSecurity fSecurity,
double price,
java.util.Date settlementDate,
int basis,
YieldCalculator.CalcMethod calcMethod)
Gets the yield. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |