Uses of Class
net.sourceforge.eclipsetrader.core.db.AccountGroup

Packages that use AccountGroup
net.sourceforge.eclipsetrader.core.db   
 

Uses of AccountGroup in net.sourceforge.eclipsetrader.core.db
 

Methods in net.sourceforge.eclipsetrader.core.db that return AccountGroup
 AccountGroup Account.getGroup()
           
 AccountGroup AccountGroup.getParent()
           
 

Methods in net.sourceforge.eclipsetrader.core.db with parameters of type AccountGroup
 void Account.setGroup(AccountGroup group)
           
 void AccountGroup.setParent(AccountGroup parent)