Class: Lithic::Models::AuthRules::V2::BacktestResults::SimulationParameters
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AuthRules::V2::BacktestResults::SimulationParameters
- Defined in:
- lib/lithic/models/auth_rules/v2/backtest_results.rb
Overview
Instance Attribute Summary collapse
-
#auth_rule_token ⇒ String?
Auth Rule Token.
-
#end_ ⇒ Time?
The end time of the simulation.
-
#start ⇒ Time?
The start time of the simulation.
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
|
|
# File 'lib/lithic/models/auth_rules/v2/backtest_results.rb', line 69
|
Instance Attribute Details
#auth_rule_token ⇒ String?
Auth Rule Token
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.
61 |
# File 'lib/lithic/models/auth_rules/v2/backtest_results.rb', line 61 optional :end_, Time, api_name: :end |
#start ⇒ Time?
The start time of the simulation.
67 |
# File 'lib/lithic/models/auth_rules/v2/backtest_results.rb', line 67 optional :start, Time |