class Radiator::MarketHistoryApi
Public Instance Methods
api_name()
click to toggle source
# File lib/radiator/market_history_api.rb, line 15 def api_name :market_history_api end
method_names()
click to toggle source
# File lib/radiator/market_history_api.rb, line 3 def method_names @method_names ||= [ :get_market_history, :get_market_history_buckets, :get_order_book, :get_recent_trades, :get_ticker, :get_trade_history, :get_volume ].freeze end