Class: ApiWrapper::OrderSummary
- Inherits:
-
Struct
- Object
- Struct
- ApiWrapper::OrderSummary
- Defined in:
- lib/bitex_bot/models/api_wrappers/api_wrapper.rb
Instance Attribute Summary collapse
-
#price ⇒ Object
Returns the value of attribute price.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
Instance Attribute Details
#price ⇒ Object
Returns the value of attribute price
38 39 40 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 38 def price @price end |
#quantity ⇒ Object
Returns the value of attribute quantity
38 39 40 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 38 def quantity @quantity end |