Class: Bibox::Models::Ticker

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

Constant Summary collapse

MAPPING =
{
  buy:         :float,
  sell:        :float,
  high:        :float,
  low:         :float,
  last:        :float,
  vol:         :float,
  timestamp:   :time,
  last_cny:    :float,
  last_usd:    :float,
  percent:     :string,
}

Method Summary

Methods inherited from Base

#attributes, #initialize, parse

Constructor Details

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