Class: Kucoin::Models::Ticker

Inherits:
Base
  • Object
show all
Defined in:
lib/kucoin/models/ticker.rb

Constant Summary collapse

MAPPING =
{
  coin_type:        :string,
  trading:          :boolean,
  symbol:           :string,
  last_deal_price:  :float,
  buy:              :float,
  sell:             :float,
  change:           :float,
  coin_type_pair:   :string,
  sort:             :integer,
  fee_rate:         :float,
  vol_value:        :float,
  high:             :float,
  datetime:         :time,
  vol:              :float,
  low:              :float,
  change_rate:      :float
}

Method Summary

Methods inherited from Base

#attributes, #initialize, parse

Constructor Details

This class inherits a constructor from Kucoin::Models::Base