Package com.qtsurfer.api.client.model
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbelowTradeFloor(Boolean belowTradeFloor) booleanReturn true if this SweepRunRow object is equal to o.Get abortedGet belowTradeFloorgetCagr()Get cagrGet maxDdPctGet paramsgetPnl()Absolute net PnL in the output currency.Get pnlPctgetRank()Present only in the `ranked` view.getRunIx()Deterministic zero-based expansion index, stable across shards and ranking.Get runtimeMsGet sharpeGet sortinoGet tradesGet winRateinthashCode()voidsetAborted(Boolean aborted) voidsetBelowTradeFloor(Boolean belowTradeFloor) voidvoidsetMaxDdPct(Double maxDdPct) voidvoidvoidvoidvoidvoidsetRuntimeMs(Long runtimeMs) voidvoidsetSortino(Double sortino) voidvoidsetWinRate(Double winRate) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RUN_IX
- See Also:
-
JSON_PROPERTY_RANK
- See Also:
-
JSON_PROPERTY_PARAMS
- See Also:
-
JSON_PROPERTY_SHARPE
- See Also:
-
JSON_PROPERTY_SORTINO
- See Also:
-
JSON_PROPERTY_PNL
- See Also:
-
JSON_PROPERTY_PNL_PCT
- See Also:
-
JSON_PROPERTY_CAGR
- See Also:
-
JSON_PROPERTY_MAX_DD_PCT
- See Also:
-
JSON_PROPERTY_TRADES
- See Also:
-
JSON_PROPERTY_WIN_RATE
- See Also:
-
JSON_PROPERTY_BELOW_TRADE_FLOOR
- See Also:
-
JSON_PROPERTY_ABORTED
- See Also:
-
JSON_PROPERTY_RUNTIME_MS
- See Also:
-
-
Constructor Details
-
SweepRunRow
public SweepRunRow()
-
-
Method Details
-
runIx
-
getRunIx
Deterministic zero-based expansion index, stable across shards and ranking. minimum: 0- Returns:
- runIx
-
setRunIx
-
rank
-
getRank
Present only in the `ranked` view. minimum: 1- Returns:
- rank
-
setRank
-
params
-
getParams
Get params- Returns:
- params
-
setParams
-
sharpe
-
getSharpe
Get sharpe- Returns:
- sharpe
-
setSharpe
-
sortino
-
getSortino
Get sortino- Returns:
- sortino
-
setSortino
-
pnl
-
getPnl
Absolute net PnL in the output currency.- Returns:
- pnl
-
setPnl
-
pnlPct
-
getPnlPct
Get pnlPct- Returns:
- pnlPct
-
setPnlPct
-
cagr
-
getCagr
Get cagr- Returns:
- cagr
-
setCagr
-
maxDdPct
-
getMaxDdPct
Get maxDdPct- Returns:
- maxDdPct
-
setMaxDdPct
-
trades
-
getTrades
Get trades- Returns:
- trades
-
setTrades
-
winRate
-
getWinRate
Get winRate- Returns:
- winRate
-
setWinRate
-
belowTradeFloor
-
getBelowTradeFloor
Get belowTradeFloor- Returns:
- belowTradeFloor
-
setBelowTradeFloor
-
aborted
-
getAborted
Get aborted- Returns:
- aborted
-
setAborted
-
runtimeMs
-
getRuntimeMs
Get runtimeMs- Returns:
- runtimeMs
-
setRuntimeMs
-
equals
Return true if this SweepRunRow object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-