Class: Coinbase::Exchange::EMHTTPClient
- Defined in:
- lib/coinbase/exchange/adapters/em_http.rb
Overview
EM-Http Adapter
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(api_key = '', api_secret = '', api_pass = '', options = {}) ⇒ EMHTTPClient
constructor
A new instance of EMHTTPClient.
Methods inherited from APIClient
#account, #account_history, #account_holds, #accounts, #ask, #bid, #cancel, #currencies, #daily_stats, #deposit, #fills, #last_trade, #order, #orderbook, #orders, #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/exchange/adapters/em_http.rb', line 5 def initialize(api_key = '', api_secret = '', api_pass = '', = {}) super(api_key, api_secret, api_pass, ) end |