Package org.knowm.xchange.simulated
-
Interface Summary Interface Description SimulatedExchangeOperationListener Listener which is called every time theSimulatedExchange
performs an operation. -
Class Summary Class Description AccountFactory An instance ofAccountFactory
represents a single set of user accounts.Level3OrderBook A full order book, consisting of every single limit order on the book on both the ask and bid sides.MatchingEngineFactory 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.RandomExceptionThrower This will causeSimulatedExchange
to fail 0.5% of the time with a selection of commnplace transient issues which could happen at any time in real life and should therefore be handled gracefully in client code.SimulatedAccountService SimulatedExchange A simple, in-memory implementation which mocks out the main elements of the XChange generic API in a consistent way.SimulatedMarketDataService SimulatedTradeService