Class: Ubea::Exchange::BtcEUsd

Inherits:
BtcEBase show all
Defined in:
lib/ubea/exchanges/btc_e_usd.rb

Instance Attribute Summary

Attributes inherited from Base

#last_rtt, #order_book, #updated_at

Instance Method Summary collapse

Methods inherited from BtcEBase

#balance, #name, #open_orders, #open_orders?, #refresh_order_book!, #trade!, #trade_fee

Methods inherited from Base

#balance, #id, #name, #short_name, #trade_fee

Instance Method Details

#exchange_settingsObject



10
11
12
# File 'lib/ubea/exchanges/btc_e_usd.rb', line 10

def exchange_settings
  Ubea.config.exchange_settings[:btc_e_usd]
end

#fiat_currencyObject



6
7
8
# File 'lib/ubea/exchanges/btc_e_usd.rb', line 6

def fiat_currency
  "USD"
end