Class ExchangeParameters.Modes

java.lang.Object
tech.cassandre.trading.bot.util.parameters.ExchangeParameters.Modes
Enclosing class:
ExchangeParameters

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

    • Modes

      public Modes()
  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object