Class: FighterBase::Order

Inherits:
Object
  • Object
show all
Defined in:
lib/fighter_base/order.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fillsObject

Returns the value of attribute fills.



5
6
7
# File 'lib/fighter_base/order.rb', line 5

def fills
  @fills
end

#openObject

Returns the value of attribute open.



5
6
7
# File 'lib/fighter_base/order.rb', line 5

def open
  @open
end

#priceObject

Returns the value of attribute price.



5
6
7
# File 'lib/fighter_base/order.rb', line 5

def price
  @price
end

#quantityObject

Returns the value of attribute quantity.



5
6
7
# File 'lib/fighter_base/order.rb', line 5

def quantity
  @quantity
end

#symbolObject

Returns the value of attribute symbol.



5
6
7
# File 'lib/fighter_base/order.rb', line 5

def symbol
  @symbol
end

#total_filledObject

Returns the value of attribute total_filled.



5
6
7
# File 'lib/fighter_base/order.rb', line 5

def total_filled
  @total_filled
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/fighter_base/order.rb', line 5

def type
  @type
end