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