Class: TickerPicker::Factory::Mtgox
- Defined in:
- lib/tickerpicker/factory/mtgox.rb
Instance Attribute Summary
Attributes inherited from Price
#ask, #bid, #currency, #last, #timestamp
Class Method Summary collapse
-
.markets ⇒ Object
Get prices for the market.
Methods inherited from Price
gather_info, get_prices, #initialize, user_agent
Constructor Details
This class inherits a constructor from TickerPicker::Price
Class Method Details
.markets ⇒ Object
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 |