Class: Bibox::Models::OHLCV
Constant Summary collapse
- MAPPING =
{ time: :time, open: :float, high: :float, low: :float, close: :float, vol: :float }
Method Summary
Methods inherited from Base
#attributes, #initialize, parse
Constructor Details
This class inherits a constructor from Bibox::Models::Base