Class: ApiWrapper::Transaction

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitex_bot/models/api_wrappers/api_wrapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



5
6
7
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5

def amount
  @amount
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5

def id
  @id
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



5
6
7
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5

def price
  @price
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



5
6
7
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5

def timestamp
  @timestamp
end