class Rbtce::Ticker

Private Class Methods

end_point() click to toggle source
# File lib/rbtce/ticker.rb, line 5
def self.end_point
  '/ticker'
end

Private Instance Methods

date_fields() click to toggle source
# File lib/rbtce/ticker.rb, line 13
def date_fields
  %w{ updated }
end
required_fields() click to toggle source
# File lib/rbtce/ticker.rb, line 9
def required_fields
  %w{ high low avg vol vol_cur last buy sell updated }
end