Class: Lithic::Models::AuthRules::V2::BacktestResults::SimulationParameters

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/auth_rules/v2/backtest_results.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(auth_rule_token: nil, end_: nil, start: nil) ⇒ Object

Parameters:

  • auth_rule_token (String) (defaults to: nil)

    Auth Rule Token

  • end_ (Time) (defaults to: nil)

    The end time of the simulation.

  • start (Time) (defaults to: nil)

    The start time of the simulation.



# File 'lib/lithic/models/auth_rules/v2/backtest_results.rb', line 69


Instance Attribute Details

#auth_rule_tokenString?

Auth Rule Token

Returns:

  • (String, nil)


55
# File 'lib/lithic/models/auth_rules/v2/backtest_results.rb', line 55

optional :auth_rule_token, String

#end_Time?

The end time of the simulation.

Returns:

  • (Time, nil)


61
# File 'lib/lithic/models/auth_rules/v2/backtest_results.rb', line 61

optional :end_, Time, api_name: :end

#startTime?

The start time of the simulation.

Returns:

  • (Time, nil)


67
# File 'lib/lithic/models/auth_rules/v2/backtest_results.rb', line 67

optional :start, Time