Class: Quickfix::LegComplexEventStrikeFactor

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) ⇒ LegComplexEventStrikeFactor

Returns a new instance of LegComplexEventStrikeFactor.



47716
47717
47718
47719
47720
47721
47722
# File 'lib/quickfix_fields.rb', line 47716

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

Class Method Details

.fieldObject



47713
47714
47715
# File 'lib/quickfix_fields.rb', line 47713

def LegComplexEventStrikeFactor.field
  return 2240
end