Class ExchangeServiceDryModeAOP


@Component @ConditionalOnExpression("${cassandre.trading.bot.exchange.modes.dry:true}") public class ExchangeServiceDryModeAOP extends BaseService
AOP for exchange service in dry mode.
  • Constructor Details

    • ExchangeServiceDryModeAOP

      public ExchangeServiceDryModeAOP(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • getExchangeMetaData

      public final org.knowm.xchange.dto.meta.ExchangeMetaData getExchangeMetaData(org.aspectj.lang.ProceedingJoinPoint pjp)
      getExchangeMetaData() AOP for dry mode.
      Parameters:
      pjp - ProceedingJoinPoint
      Returns:
      list of supported currency pairs