Class: Coinbase::Pro::EMHTTPClient

Inherits:
APIClient
  • Object
show all
Defined in:
lib/coinbase/pro/adapters/em_http.rb

Overview

EM-Http Adapter

Direct Known Subclasses

AsyncClient

Instance Method Summary collapse

Methods inherited from APIClient

#account, #account_history, #account_holds, #accounts, #ask, #bid, #cancel, #coinbase_accounts, #coinbase_withdrawal, #crypto_withdrawal, #currencies, #daily_stats, #deposit, #fills, #last_trade, #order, #orderbook, #orders, #payment_method_withdrawal, #payment_methods, #price_history, #products, #server_epoch, #trade_history, #withdraw

Constructor Details

#initialize(api_key = '', api_secret = '', api_pass = '', options = {}) ⇒ EMHTTPClient

Returns a new instance of EMHTTPClient.



5
6
7
# File 'lib/coinbase/pro/adapters/em_http.rb', line 5

def initialize(api_key = '', api_secret = '', api_pass = '', options = {})
  super(api_key, api_secret, api_pass, options)
end