Class: MtGox::Ticker
Instance Attribute Summary collapse
-
#avg ⇒ Object
Returns the value of attribute avg.
-
#buy ⇒ Object
Returns the value of attribute buy.
-
#high ⇒ Object
Returns the value of attribute high.
-
#last ⇒ Object
Returns the value of attribute last.
-
#last_all ⇒ Object
Returns the value of attribute last_all.
-
#last_local ⇒ Object
Returns the value of attribute last_local.
-
#last_orig ⇒ Object
Returns the value of attribute last_orig.
-
#low ⇒ Object
Returns the value of attribute low.
-
#sell ⇒ Object
Returns the value of attribute sell.
-
#vol ⇒ Object
Returns the value of attribute vol.
-
#vwap ⇒ Object
Returns the value of attribute vwap.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from MtGox::Base
Instance Attribute Details
#avg ⇒ Object
Returns the value of attribute avg.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def avg @avg end |
#buy ⇒ Object
Returns the value of attribute buy.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def buy @buy end |
#high ⇒ Object
Returns the value of attribute high.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def high @high end |
#last ⇒ Object
Returns the value of attribute last.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def last @last end |
#last_all ⇒ Object
Returns the value of attribute last_all.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def last_all @last_all end |
#last_local ⇒ Object
Returns the value of attribute last_local.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def last_local @last_local end |
#last_orig ⇒ Object
Returns the value of attribute last_orig.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def last_orig @last_orig end |
#low ⇒ Object
Returns the value of attribute low.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def low @low end |
#sell ⇒ Object
Returns the value of attribute sell.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def sell @sell end |
#vol ⇒ Object
Returns the value of attribute vol.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def vol @vol end |
#vwap ⇒ Object
Returns the value of attribute vwap.
3 4 5 |
# File 'lib/mtgox/ticker.rb', line 3 def vwap @vwap end |