Class: MtGox::Ticker

Inherits:
Base
  • Object
show all
Defined in:
lib/mtgox/ticker.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize, #inspect

Constructor Details

This class inherits a constructor from MtGox::Base

Instance Attribute Details

#avgObject

Returns the value of attribute avg.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def avg
  @avg
end

#buyObject

Returns the value of attribute buy.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def buy
  @buy
end

#highObject

Returns the value of attribute high.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def high
  @high
end

#lastObject

Returns the value of attribute last.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def last
  @last
end

#last_allObject

Returns the value of attribute last_all.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def last_all
  @last_all
end

#last_localObject

Returns the value of attribute last_local.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def last_local
  @last_local
end

#last_origObject

Returns the value of attribute last_orig.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def last_orig
  @last_orig
end

#lowObject

Returns the value of attribute low.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def low
  @low
end

#sellObject

Returns the value of attribute sell.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def sell
  @sell
end

#volObject

Returns the value of attribute vol.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def vol
  @vol
end

#vwapObject

Returns the value of attribute vwap.



3
4
5
# File 'lib/mtgox/ticker.rb', line 3

def vwap
  @vwap
end