class Rbtce::Trades

Private Class Methods

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

Private Instance Methods

date_fields() click to toggle source
# File lib/rbtce/trades.rb, line 13
def date_fields
  %w{ timestamp }
end
required_fields() click to toggle source
# File lib/rbtce/trades.rb, line 9
def required_fields
  %w{ timestamp price amount tid type }
end