Module: Mexbt::Common

Included in:
Account, Public
Defined in:
lib/mexbt/common.rb

Instance Method Summary collapse

Instance Method Details

#trades(currency_pair: Mexbt.currency_pair, start_index: -1,, count: 10) ⇒ Object



3
4
5
# File 'lib/mexbt/common.rb', line 3

def trades(currency_pair: Mexbt.currency_pair, start_index: -1, count: 10)
  call("trades", { ins: currency_pair, startIndex: start_index, count: count })
end