Class: Quickfix::OrderCapacityQty

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderCapacityQty

Returns a new instance of OrderCapacityQty.



11693
11694
11695
11696
11697
11698
11699
# File 'lib/quickfix_fields.rb', line 11693

def initialize(data = nil)
  if( data == nil )
    super(863)
  else
    super(863, data)
  end
end

Class Method Details

.fieldObject



11690
11691
11692
# File 'lib/quickfix_fields.rb', line 11690

def OrderCapacityQty.field
  return 863
end