Class AccountFactory

java.lang.Object
org.knowm.xchange.simulated.AccountFactory

public class AccountFactory extends Object
An instance of AccountFactory represents a single set of user accounts. A user account is identified by its ExchangeSpecification.getApiKey() and consist of a set of per-currency balances.

If shared between SimulatedExchange instances, this ensures that they all share the same scope of user accounts.

Author:
Graham Crockford
  • Constructor Details

    • AccountFactory

      public AccountFactory()