class Ubea::Exchange::BtcEUsd

Public Instance Methods

exchange_settings() click to toggle source
# File lib/ubea/exchanges/btc_e_usd.rb, line 10
def exchange_settings
  Ubea.config.exchange_settings[:btc_e_usd]
end
fiat_currency() click to toggle source
# File lib/ubea/exchanges/btc_e_usd.rb, line 6
def fiat_currency
  "USD"
end