class Bitfinex::Models::FundingTicker
Constants
- BOOL_FIELDS
- FIELDS
Public Class Methods
new(data)
click to toggle source
Calls superclass method
# File lib/models/funding_ticker.rb, line 28 def initialize (data) super(data, FIELDS, BOOL_FIELDS) end
unserialize(data)
click to toggle source
# File lib/models/funding_ticker.rb, line 32 def self.unserialize (data) return Model.unserialize(data, FIELDS, BOOL_FIELDS) end