lib/mtgox/ticker.rb in mtgox-0.7.2 vs lib/mtgox/ticker.rb in mtgox-0.7.3
- old
+ new
@@ -3,8 +3,8 @@
module MtGox
class Ticker
include Singleton
include PriceTicker
- attr_accessor :buy, :sell, :high, :low, :volume
+ attr_accessor :buy, :sell, :high, :low, :volume, :vwap
end
end