Class: TickerPicker::Factory::Mtgox

Inherits:
Price
  • Object
show all
Defined in:
lib/tickerpicker/factory/mtgox.rb

Instance Attribute Summary

Attributes inherited from Price

#ask, #bid, #currency, #last, #timestamp

Class Method Summary collapse

Methods inherited from Price

gather_info, get_prices, #initialize, user_agent

Constructor Details

This class inherits a constructor from TickerPicker::Price

Class Method Details

.marketsObject

Get prices for the market

Returns

  • Hash of markets



11
12
13
# File 'lib/tickerpicker/factory/mtgox.rb', line 11

def markets
  TickerPicker::Configuration.avaliable_stocks['mtgox']
end