Class: ApiWrapper::UserTransaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#btcObject

Returns the value of attribute btc

Returns:

  • (Object)

    the current value of btc



52
53
54
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52

def btc
  @btc
end

#btc_usdObject

Returns the value of attribute btc_usd

Returns:

  • (Object)

    the current value of btc_usd



52
53
54
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52

def btc_usd
  @btc_usd
end

#feeObject

Returns the value of attribute fee

Returns:

  • (Object)

    the current value of fee



52
53
54
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52

def fee
  @fee
end

#order_idObject

Returns the value of attribute order_id

Returns:

  • (Object)

    the current value of order_id



52
53
54
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52

def order_id
  @order_id
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



52
53
54
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



52
53
54
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52

def type
  @type
end

#usdObject

Returns the value of attribute usd

Returns:

  • (Object)

    the current value of usd



52
53
54
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52

def usd
  @usd
end