Class ExchangeParameters.Modes

  • Enclosing class:
    ExchangeParameters

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

      • Modes

        public Modes()
    • Method Detail

      • isSandbox

        public Boolean isSandbox()
        Getter for sandbox.
        Returns:
        sandbox
      • setSandbox

        public void setSandbox​(Boolean newSandbox)
        Setter for sandbox.
        Parameters:
        newSandbox - the sandbox to set
      • isDry

        public Boolean isDry()
        Getter dry.
        Returns:
        dry
      • setDry

        public void setDry​(Boolean newDry)
        Setter dry.
        Parameters:
        newDry - the dry to set