Class: MtGox::Offer

Inherits:
Object
  • Object
show all
Defined in:
lib/mtgox/offer.rb

Direct Known Subclasses

Ask, Bid, Order

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



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

def amount
  @amount
end

#clientObject

Returns the value of attribute client.



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

def client
  @client
end

#priceObject

Returns the value of attribute price.



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

def price
  @price
end

#timestampObject

Returns the value of attribute timestamp.



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

def timestamp
  @timestamp
end