Builder
class Builder
A builder for BacktestResults.
Functions
Link copied to clipboard
Link copied to clipboard
Sets Builder.backtestToken to an arbitrary JSON value.
Auth Rule Backtest Token
Link copied to clipboard
Returns an immutable instance of BacktestResults.
Link copied to clipboard
Link copied to clipboard
fun putAllAdditionalProperties(additionalProperties: Map<String, JsonValue>): BacktestResults.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets Builder.results to an arbitrary JSON value.
Link copied to clipboard
fun simulationParameters(simulationParameters: JsonField<BacktestResults.SimulationParameters>): BacktestResults.Builder
Sets Builder.simulationParameters to an arbitrary JSON value.
fun simulationParameters(simulationParameters: BacktestResults.SimulationParameters): BacktestResults.Builder