Class: MtGox::Order

Inherits:
Base
  • Object
show all
Defined in:
lib/mtgox/order.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/order.rb', line 3

def amount
  @amount
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#dateObject

Returns the value of attribute date.



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

def date
  @date
end

#itemObject

Returns the value of attribute item.



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

def item
  @item
end

#oidObject

Returns the value of attribute oid.



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

def oid
  @oid
end

#priceObject

Returns the value of attribute price.



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

def price
  @price
end

#priorityObject

Returns the value of attribute priority.



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

def priority
  @priority
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end