Class: MtGox::Order
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
-
#item ⇒ Object
Returns the value of attribute item.
-
#oid ⇒ Object
Returns the value of attribute oid.
-
#price ⇒ Object
Returns the value of attribute price.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from MtGox::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def date @date end |
#item ⇒ Object
Returns the value of attribute item.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def item @item end |
#oid ⇒ Object
Returns the value of attribute oid.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def oid @oid end |
#price ⇒ Object
Returns the value of attribute price.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def price @price end |
#priority ⇒ Object
Returns the value of attribute priority.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def priority @priority end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/mtgox/order.rb', line 3 def type @type end |