Class: Ubea::Exchange::BtcEUsd
- 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_settings ⇒ Object
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_currency ⇒ Object
6 7 8 |
# File 'lib/ubea/exchanges/btc_e_usd.rb', line 6 def fiat_currency "USD" end |