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



7
8
9
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7

def amount
  @amount
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7

def id
  @id
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



7
8
9
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7

def price
  @price
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



7
8
9
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7

def raw
  @raw
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



7
8
9
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7

def timestamp
  @timestamp
end