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

Packages that use Account
net.sourceforge.eclipsetrader.core   
net.sourceforge.eclipsetrader.core.db   
net.sourceforge.eclipsetrader.core.db.trading   
net.sourceforge.eclipsetrader.trading   
 

Uses of Account in net.sourceforge.eclipsetrader.core
 

Methods in net.sourceforge.eclipsetrader.core that return Account
 Account IAccountProvider.createAccount(PersistentPreferenceStore preferenceStore, java.util.List transactions)
           
static Account CorePlugin.createAccount(java.lang.String pluginId, PersistentPreferenceStore preferenceStore, java.util.List transactions)
           
 

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

Subclasses of Account in net.sourceforge.eclipsetrader.core.db
 class DefaultAccount
          Default account implementation.
 

Methods in net.sourceforge.eclipsetrader.core.db that return Account
 Account Order.getAccount()
           
 

Methods in net.sourceforge.eclipsetrader.core.db with parameters of type Account
 void Order.setAccount(Account account)
           
 

Constructors in net.sourceforge.eclipsetrader.core.db with parameters of type Account
DefaultAccount(Account account)
           
PortfolioPosition(Account account, Security security, int quantity, double amount)
           
 

Uses of Account in net.sourceforge.eclipsetrader.core.db.trading
 

Methods in net.sourceforge.eclipsetrader.core.db.trading that return Account
 Account TradingSystem.getAccount()
           
 

Methods in net.sourceforge.eclipsetrader.core.db.trading with parameters of type Account
 void TradingSystem.setAccount(Account account)
           
 

Uses of Account in net.sourceforge.eclipsetrader.trading
 

Methods in net.sourceforge.eclipsetrader.trading that return Account
 Account TradingSystemPlugin.getAccount()
           
 

Methods in net.sourceforge.eclipsetrader.trading with parameters of type Account
 void TradingSystemPlugin.setAccount(Account account)