Class: Bibox::Models::OHLCV

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

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