Class: Bibox::Models::Pair
Constant Summary collapse
- MAPPING =
{ id: :string, coin_symbol: :string, currency_symbol: :string, high: :float, low: :float, last: :float, vol24h: :float, amount: :float, change: :string, percent: :string, low_cny: :float, high_cny: :float, last_cny: :float, low_usd: :float, high_usd: :float, last_usd: :float }
Method Summary
Methods inherited from Base
#attributes, #initialize, parse
Constructor Details
This class inherits a constructor from Bibox::Models::Base