Class: MtGox::Trade

Inherits:
Base
  • Object
show all
Defined in:
lib/mtgox/trade.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

#amountObject

Returns the value of attribute amount.



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

def amount
  @amount
end

#amount_intObject

Returns the value of attribute amount_int.



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

def amount_int
  @amount_int
end

#dateObject

Returns the value of attribute date.



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

def date
  @date
end

#itemObject

Returns the value of attribute item.



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

def item
  @item
end

#priceObject

Returns the value of attribute price.



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

def price
  @price
end

#price_currencyObject

Returns the value of attribute price_currency.



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

def price_currency
  @price_currency
end

#price_intObject

Returns the value of attribute price_int.



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

def price_int
  @price_int
end

#primaryObject

Returns the value of attribute primary.



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

def primary
  @primary
end

#propertiesObject

Returns the value of attribute properties.



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

def properties
  @properties
end

#tidObject

Returns the value of attribute tid.



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

def tid
  @tid
end

#trade_typeObject

Returns the value of attribute trade_type.



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

def trade_type
  @trade_type
end