Class: Quickfix::UnderlyingMakeWholeInterpolationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMakeWholeInterpolationMethod

Returns a new instance of UnderlyingMakeWholeInterpolationMethod.



72559
72560
72561
72562
72563
72564
72565
# File 'lib/quickfix_fields.rb', line 72559

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

Class Method Details

.fieldObject



72556
72557
72558
# File 'lib/quickfix_fields.rb', line 72556

def UnderlyingMakeWholeInterpolationMethod.field
  return 42894
end