Module: TradeWatcher

Defined in:
lib/trade_watcher.rb,
lib/trade_watcher/version.rb

Constant Summary collapse

VERSION =
"1.0.1"

Class Method Summary collapse

Class Method Details

.check_stock_every_x_seconds_for_value(symbol, seconds, value) ⇒ Object



7
8
9
# File 'lib/trade_watcher.rb', line 7

def self.check_stock_every_x_seconds_for_value(symbol, seconds, value)
  t1 = Thread.new{(self.checker(symbol, seconds, value))} 
end