Class: JIJI::BackTester::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/jiji/util/backtester.rb

Overview

実行結果

Instance Attribute Summary collapse

Instance Attribute Details

#positionsObject

Returns the value of attribute positions

Returns:

  • (Object)

    the current value of positions



114
115
116
# File 'lib/jiji/util/backtester.rb', line 114

def positions
  @positions
end

#profit_or_lossObject

Returns the value of attribute profit_or_loss

Returns:

  • (Object)

    the current value of profit_or_loss



114
115
116
# File 'lib/jiji/util/backtester.rb', line 114

def profit_or_loss
  @profit_or_loss
end