Class SweepRunRow

java.lang.Object
com.qtsurfer.api.client.model.SweepRunRow

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") public class SweepRunRow extends Object
SweepRunRow
  • Field Details

  • Constructor Details

    • SweepRunRow

      public SweepRunRow()
  • Method Details

    • runIx

      public SweepRunRow runIx(@Nonnull Integer runIx)
    • getRunIx

      @Nonnull public Integer getRunIx()
      Deterministic zero-based expansion index, stable across shards and ranking. minimum: 0
      Returns:
      runIx
    • setRunIx

      public void setRunIx(@Nonnull Integer runIx)
    • rank

      public SweepRunRow rank(@Nullable Integer rank)
    • getRank

      @Nullable public Integer getRank()
      Present only in the `ranked` view. minimum: 1
      Returns:
      rank
    • setRank

      public void setRank(@Nullable Integer rank)
    • params

      public SweepRunRow params(@Nonnull Object params)
    • getParams

      @Nonnull public Object getParams()
      Get params
      Returns:
      params
    • setParams

      public void setParams(@Nonnull Object params)
    • sharpe

      public SweepRunRow sharpe(@Nonnull Double sharpe)
    • getSharpe

      @Nonnull public Double getSharpe()
      Get sharpe
      Returns:
      sharpe
    • setSharpe

      public void setSharpe(@Nonnull Double sharpe)
    • sortino

      public SweepRunRow sortino(@Nonnull Double sortino)
    • getSortino

      @Nonnull public Double getSortino()
      Get sortino
      Returns:
      sortino
    • setSortino

      public void setSortino(@Nonnull Double sortino)
    • pnl

      public SweepRunRow pnl(@Nonnull Double pnl)
    • getPnl

      @Nonnull public Double getPnl()
      Absolute net PnL in the output currency.
      Returns:
      pnl
    • setPnl

      public void setPnl(@Nonnull Double pnl)
    • pnlPct

      public SweepRunRow pnlPct(@Nonnull Double pnlPct)
    • getPnlPct

      @Nonnull public Double getPnlPct()
      Get pnlPct
      Returns:
      pnlPct
    • setPnlPct

      public void setPnlPct(@Nonnull Double pnlPct)
    • cagr

      public SweepRunRow cagr(@Nonnull Double cagr)
    • getCagr

      @Nonnull public Double getCagr()
      Get cagr
      Returns:
      cagr
    • setCagr

      public void setCagr(@Nonnull Double cagr)
    • maxDdPct

      public SweepRunRow maxDdPct(@Nonnull Double maxDdPct)
    • getMaxDdPct

      @Nonnull public Double getMaxDdPct()
      Get maxDdPct
      Returns:
      maxDdPct
    • setMaxDdPct

      public void setMaxDdPct(@Nonnull Double maxDdPct)
    • trades

      public SweepRunRow trades(@Nonnull Long trades)
    • getTrades

      @Nonnull public Long getTrades()
      Get trades
      Returns:
      trades
    • setTrades

      public void setTrades(@Nonnull Long trades)
    • winRate

      public SweepRunRow winRate(@Nonnull Double winRate)
    • getWinRate

      @Nonnull public Double getWinRate()
      Get winRate
      Returns:
      winRate
    • setWinRate

      public void setWinRate(@Nonnull Double winRate)
    • belowTradeFloor

      public SweepRunRow belowTradeFloor(@Nonnull Boolean belowTradeFloor)
    • getBelowTradeFloor

      @Nonnull public Boolean getBelowTradeFloor()
      Get belowTradeFloor
      Returns:
      belowTradeFloor
    • setBelowTradeFloor

      public void setBelowTradeFloor(@Nonnull Boolean belowTradeFloor)
    • aborted

      public SweepRunRow aborted(@Nonnull Boolean aborted)
    • getAborted

      @Nonnull public Boolean getAborted()
      Get aborted
      Returns:
      aborted
    • setAborted

      public void setAborted(@Nonnull Boolean aborted)
    • runtimeMs

      public SweepRunRow runtimeMs(@Nonnull Long runtimeMs)
    • getRuntimeMs

      @Nonnull public Long getRuntimeMs()
      Get runtimeMs
      Returns:
      runtimeMs
    • setRuntimeMs

      public void setRuntimeMs(@Nonnull Long runtimeMs)
    • equals

      public boolean equals(Object o)
      Return true if this SweepRunRow object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string