Class: Cryptoexchange::Exchanges::Ooobtc::Market

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

Constant Summary collapse

NAME =
'ooobtc'
API_URL =
'https://api.ooobtc.com/open'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://www.ooobtc.com/trading?coin=#{args[:base]}&current=#{args[:target]}"
end