| Module | Finance::Currency |
| In: |
lib/finance/currency.rb
|
This module handles currency operations.
| CURRENCY_URL | = | 'http://uk.finance.yahoo.com/currency/convert' | Where to obtain currency information. | |
| DEFAULT_CURRENCY_FIELDS | = | %w[ last high low net bid ask offer close open day_range year_range eps div cap nav price last ].map { |field| field.to_sym } |
| currency | [RW] |