Class: Cryptoexchange::Exchanges::CoinEgg::Market
- Inherits:
-
Models::Market
- Object
- Models::Market
- Cryptoexchange::Exchanges::CoinEgg::Market
- Defined in:
- lib/cryptoexchange/exchanges/coin_egg/market.rb
Constant Summary collapse
- NAME =
'coin_egg'
- API_URL =
'https://api.coinegg.com'
Class Method Summary collapse
Class Method Details
.trade_page_url(args = {}) ⇒ Object
7 8 9 |
# File 'lib/cryptoexchange/exchanges/coin_egg/market.rb', line 7 def self.trade_page_url(args={}) "https://www.coinegg.com/#{args[:target].downcase}/#{args[:base].downcase}/" end |