Builder
class Builder
A builder for SimulationParameters.
Functions
Link copied to clipboard
fun additionalProperties(additionalProperties: Map<String, JsonValue>): BacktestResults.SimulationParameters.Builder
Link copied to clipboard
Sets Builder.authRuleToken to an arbitrary JSON value.
Auth Rule Token
Link copied to clipboard
Returns an immutable instance of SimulationParameters.
Link copied to clipboard
Sets Builder.end to an arbitrary JSON value.
The end time of the simulation.
Link copied to clipboard
fun putAdditionalProperty(key: String, value: JsonValue): BacktestResults.SimulationParameters.Builder
Link copied to clipboard
fun putAllAdditionalProperties(additionalProperties: Map<String, JsonValue>): BacktestResults.SimulationParameters.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets Builder.start to an arbitrary JSON value.
The start time of the simulation.