Uses of Class
net.sourceforge.fixagora.sellside.shared.persistence.SellSideBook.CalcMethod

Packages that use SellSideBook.CalcMethod
net.sourceforge.fixagora.sellside.shared.persistence   
 

Uses of SellSideBook.CalcMethod in net.sourceforge.fixagora.sellside.shared.persistence
 

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

Methods in net.sourceforge.fixagora.sellside.shared.persistence with parameters of type SellSideBook.CalcMethod
 void AssignedSellSideBookSecurity.setCalcMethod(SellSideBook.CalcMethod calcMethod)
          Sets the calc method.
 void SellSideBook.setCalcMethod(SellSideBook.CalcMethod calcMethod)
          Sets the calc method.