Uses of Class
net.sourceforge.fixagora.buyside.shared.persistence.BuySideBook.CalcMethod

Packages that use BuySideBook.CalcMethod
net.sourceforge.fixagora.buyside.shared.persistence   
 

Uses of BuySideBook.CalcMethod in net.sourceforge.fixagora.buyside.shared.persistence
 

Methods in net.sourceforge.fixagora.buyside.shared.persistence that return BuySideBook.CalcMethod
 BuySideBook.CalcMethod BuySideBook.getCalcMethod()
          Gets the calc method.
 BuySideBook.CalcMethod AssignedBuySideBookSecurity.getCalcMethod()
          Gets the calc method.
static BuySideBook.CalcMethod BuySideBook.CalcMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuySideBook.CalcMethod[] BuySideBook.CalcMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.buyside.shared.persistence with parameters of type BuySideBook.CalcMethod
 void BuySideBook.setCalcMethod(BuySideBook.CalcMethod calcMethod)
          Sets the calc method.
 void AssignedBuySideBookSecurity.setCalcMethod(BuySideBook.CalcMethod calcMethod)
          Sets the calc method.