Module: Mexbt

Extended by:
Public
Defined in:
lib/mexbt.rb,
lib/mexbt/client.rb,
lib/mexbt/common.rb,
lib/mexbt/public.rb,
lib/mexbt/account.rb,
lib/mexbt/version.rb

Defined Under Namespace

Modules: Client, Common, Public Classes: Account

Constant Summary collapse

VERSION =
"0.1.0"
@@currency_pair =
:btcmxn

Constants included from Client

Client::SSL_VERSION

Class Method Summary collapse

Methods included from Public

currency_pairs, endpoint, order_book, simulate_market_order, ticker, trades_by_date

Methods included from Common

#trades

Methods included from Client

#auth_params, #call, #call_data, #private_key, #public_key, #url, #user_id

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Mexbt)

    the object that the method was called on



16
17
18
# File 'lib/mexbt.rb', line 16

def self.configure
  yield self
end