Class ExchangeServiceXChangeImplementation
java.lang.Object
tech.cassandre.trading.bot.util.base.Base
tech.cassandre.trading.bot.util.base.service.BaseService
tech.cassandre.trading.bot.service.ExchangeServiceXChangeImplementation
- All Implemented Interfaces:
ExchangeService
Exchange service - XChange implementation of
ExchangeService
.-
Field Summary
Fields inherited from class tech.cassandre.trading.bot.util.base.service.BaseService
bucket
Fields inherited from class tech.cassandre.trading.bot.util.base.Base
ACCOUNT_MAPPER, CANDLE_MAPPER, CURRENCY_MAPPER, logger, ORDER_MAPPER, POSITION_MAPPER, STRATEGY_MAPPER, TICKER_MAPPER, TRADE_MAPPER, UTIL_MAPPER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of available currency pairs for trading.
-
Constructor Details
-
ExchangeServiceXChangeImplementation
public ExchangeServiceXChangeImplementation(org.knowm.xchange.Exchange exchange)
-
-
Method Details
-
getAvailableCurrencyPairs
Description copied from interface:ExchangeService
Get the list of available currency pairs for trading.- Specified by:
getAvailableCurrencyPairs
in interfaceExchangeService
- Returns:
- list of currency pairs
-