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



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



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



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



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



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

def timestamp
  @timestamp
end