Class ExchangeParameters.Modes

  • Enclosing class:
    ExchangeParameters

    @Validated
    @ConfigurationProperties(prefix="cassandre.trading.bot.exchange.modes")
    public static class ExchangeParameters.Modes
    extends Object
    Exchange modes.
    • Constructor Detail

      • Modes

        public Modes()
    • Method Detail

      • getSandbox

        public Boolean getSandbox()
        Set it to true to use the sandbox.
      • getDry

        public Boolean getDry()
        Set it to true to use the dry mode.
      • setSandbox

        public void setSandbox​(Boolean sandbox)
        Set it to true to use the sandbox.
      • setDry

        public void setDry​(Boolean dry)
        Set it to true to use the dry mode.