lib/mcoin/market/bitfinex.rb in mcoin-0.2.0 vs lib/mcoin/market/bitfinex.rb in mcoin-0.2.1
- old
+ new
@@ -12,10 +12,11 @@
:Bitfinex,
@type, @currency,
last: @data['last_price'],
ask: @data['ask'], bid: @data['bid'],
low: @data['low'], high: @data['high'],
- volume: @data['volume']
+ volume: @data['volume'],
+ timestamp: @data['timestamp']
)
end
end
end
end