Class: JIJI::BackTester::Result
- Inherits:
-
Struct
- Object
- Struct
- JIJI::BackTester::Result
- Defined in:
- lib/jiji/util/backtester.rb
Overview
実行結果
Instance Attribute Summary collapse
-
#positions ⇒ Object
Returns the value of attribute positions.
-
#profit_or_loss ⇒ Object
Returns the value of attribute profit_or_loss.
Instance Attribute Details
#positions ⇒ Object
Returns the value of attribute positions
114 115 116 |
# File 'lib/jiji/util/backtester.rb', line 114 def positions @positions end |
#profit_or_loss ⇒ Object
Returns the value of attribute profit_or_loss
114 115 116 |
# File 'lib/jiji/util/backtester.rb', line 114 def profit_or_loss @profit_or_loss end |