Class: Cryptoexchange::Exchanges::Bw::Market

Inherits:
Models::Market show all
Defined in:
lib/cryptoexchange/exchanges/bw/market.rb

Constant Summary collapse

NAME =
'bw'
API_URL =
'https://www.bw.com/exchange/config/controller'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



7
8
9
# File 'lib/cryptoexchange/exchanges/bw/market.rb', line 7

def self.trade_page_url(args={})
  "https://www.bw.com/trade/#{args[:base].downcase}_#{args[:target].downcase}"
end