Class: Quickfix::LegPaymentStubIndex2RateMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndex2RateMultiplier

Returns a new instance of LegPaymentStubIndex2RateMultiplier.



33039
33040
33041
33042
33043
33044
33045
# File 'lib/quickfix_fields.rb', line 33039

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