Class MatchingEngineFactory

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

public class MatchingEngineFactory extends Object
Represents a single virtual cryptocurrency exchange - effectively a set of order books for each currency where trades can be placed as maker orders and taker orders can be matched.

If shared between instances of SimulatedExchange, this ensures that all users will be trading against the same order books and thus each other.

Author:
Graham Crockford
  • Constructor Details

    • MatchingEngineFactory

      public MatchingEngineFactory(AccountFactory accountFactory)