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



35
36
37
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 35

def price
  @price
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



35
36
37
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 35

def quantity
  @quantity
end