Class: ApiWrapper::OrderSummary

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

Instance Attribute Summary collapse

Instance Attribute Details

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



38
39
40
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 38

def price
  @price
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



38
39
40
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 38

def quantity
  @quantity
end