Class: Bibox::Models::Ticker
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