Class: Quickfix::UnderlyingMakeWholeInterpolationMethod

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

Instance Method Summary collapse

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