Class: Cryptoexchange::Exchanges::Yunex::Market

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

Constant Summary collapse

NAME =
'yunex'
API_URL =
'https://a.yunex.io'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://yunex.io/trade/#{args[:base]}_#{args[:target]}"
end