Class: Cryptoexchange::Exchanges::Fcoin::Market

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

Constant Summary collapse

NAME =
'fcoin'
API_URL =
'https://api.fcoin.com/v2'

Class Method Summary collapse

Class Method Details

.trade_page_url(args = {}) ⇒ Object



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

def self.trade_page_url(args={})
  "https://exchange.fcoin.com/ex/main/#{args[:base]}-#{args[:target]}"
end