Class: MtGox::Trade
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_int ⇒ Object
Returns the value of attribute amount_int.
-
#date ⇒ Object
Returns the value of attribute date.
-
#item ⇒ Object
Returns the value of attribute item.
-
#price ⇒ Object
Returns the value of attribute price.
-
#price_currency ⇒ Object
Returns the value of attribute price_currency.
-
#price_int ⇒ Object
Returns the value of attribute price_int.
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#tid ⇒ Object
Returns the value of attribute tid.
-
#trade_type ⇒ Object
Returns the value of attribute trade_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/trade.rb', line 3 def amount @amount end |
#amount_int ⇒ Object
Returns the value of attribute amount_int.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def amount_int @amount_int end |
#date ⇒ Object
Returns the value of attribute date.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def date @date end |
#item ⇒ Object
Returns the value of attribute item.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def item @item end |
#price ⇒ Object
Returns the value of attribute price.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def price @price end |
#price_currency ⇒ Object
Returns the value of attribute price_currency.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def price_currency @price_currency end |
#price_int ⇒ Object
Returns the value of attribute price_int.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def price_int @price_int end |
#primary ⇒ Object
Returns the value of attribute primary.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def primary @primary end |
#properties ⇒ Object
Returns the value of attribute properties.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def properties @properties end |
#tid ⇒ Object
Returns the value of attribute tid.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def tid @tid end |
#trade_type ⇒ Object
Returns the value of attribute trade_type.
3 4 5 |
# File 'lib/mtgox/trade.rb', line 3 def trade_type @trade_type end |