class Trader::Converter

Public Instance Methods

apply(_value, _invert=false) click to toggle source
# File lib/trade-o-matic/structs/converter.rb, line 8
def apply(_value, _invert=false)
  raise NotImplementedError, 'apply method not implemented'
end
current_rate() click to toggle source
# File lib/trade-o-matic/structs/converter.rb, line 4
def current_rate
  nil # current rate not available
end