Method: Cryptoexchange::Exchanges::Gate::Services::OrderBook#fetch
- Defined in:
- lib/cryptoexchange/exchanges/gate/services/order_book.rb
#fetch(market_pair) ⇒ Object
11 12 13 14 |
# File 'lib/cryptoexchange/exchanges/gate/services/order_book.rb', line 11 def fetch(market_pair) output = super(ticker_url(market_pair)) adapt(output, market_pair) end |