Class: Flashboy::Gemini

Inherits:
Exchange show all
Defined in:
lib/flashboy/gemini.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



10
11
12
# File 'lib/flashboy/gemini.rb', line 10

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