Class: Cryptoexchange::Exchanges::Exx::Market

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

Constant Summary collapse

NAME =
'exx'
API_URL =
'https://api.exx.com/data/v1'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

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