Class: Quickfix::LegPaymentStreamInterpolationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamInterpolationMethod

Returns a new instance of LegPaymentStreamInterpolationMethod.



65929
65930
65931
65932
65933
65934
65935
# File 'lib/quickfix_fields.rb', line 65929

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