Class: FighterBase::Order
- Inherits:
-
Object
- Object
- FighterBase::Order
- Defined in:
- lib/fighter_base/order.rb
Instance Attribute Summary collapse
-
#fills ⇒ Object
Returns the value of attribute fills.
-
#open ⇒ Object
Returns the value of attribute open.
-
#price ⇒ Object
Returns the value of attribute price.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
-
#total_filled ⇒ Object
Returns the value of attribute total_filled.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#fills ⇒ Object
Returns the value of attribute fills.
5 6 7 |
# File 'lib/fighter_base/order.rb', line 5 def fills @fills end |
#open ⇒ Object
Returns the value of attribute open.
5 6 7 |
# File 'lib/fighter_base/order.rb', line 5 def open @open end |
#price ⇒ Object
Returns the value of attribute price.
5 6 7 |
# File 'lib/fighter_base/order.rb', line 5 def price @price end |
#quantity ⇒ Object
Returns the value of attribute quantity.
5 6 7 |
# File 'lib/fighter_base/order.rb', line 5 def quantity @quantity end |
#symbol ⇒ Object
Returns the value of attribute symbol.
5 6 7 |
# File 'lib/fighter_base/order.rb', line 5 def symbol @symbol end |
#total_filled ⇒ Object
Returns the value of attribute total_filled.
5 6 7 |
# File 'lib/fighter_base/order.rb', line 5 def total_filled @total_filled end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/fighter_base/order.rb', line 5 def type @type end |