Class: Flashboy::Poloniex

Inherits:
Exchange show all
Defined in:
lib/flashboy/poloniex.rb

Class Method Summary collapse

Methods inherited from Exchange

#order_book, #quote, #trades

Methods inherited from Client

#docs, docs, #host, host, #key, key, #name, name, order_book_path, #order_book_path, quote_path, #quote_path, trades_path, #trades_path

Class Method Details

.parse_cursor(params) ⇒ Object



14
15
16
# File 'lib/flashboy/poloniex.rb', line 14

def self.parse_cursor(params)
  { start: params[:start] }
end