From 15df05211f551abd55b8e78e307748f6b9b50006 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 27 Aug 2013 16:10:30 +0200 Subject: [PATCH] Added btc usd attribute to user transactions --- lib/bitstamp/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitstamp/transactions.rb b/lib/bitstamp/transactions.rb index 3d07a4b..6c563db 100644 --- a/lib/bitstamp/transactions.rb +++ b/lib/bitstamp/transactions.rb @@ -22,6 +22,6 @@ def update(options={}) end class UserTransaction < Bitstamp::Model - attr_accessor :datetime, :id, :type, :usd, :btc, :fee, :order_id + attr_accessor :datetime, :id, :type, :usd, :btc, :fee, :order_id, :btc_usd end end