Interface BackTestConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BackTestConfiguration.Builder,BackTestConfiguration>, SdkBuilder<BackTestConfiguration.Builder,BackTestConfiguration>, SdkPojo
Enclosing class:
BackTestConfiguration

public static interface BackTestConfiguration.Builder extends SdkPojo, CopyableBuilder<BackTestConfiguration.Builder,BackTestConfiguration>
  • Method Details

    • runBackTestMode

      BackTestConfiguration.Builder runBackTestMode(Boolean runBackTestMode)

      Run a backtest instead of monitoring new data.

      Parameters:
      runBackTestMode - Run a backtest instead of monitoring new data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.