Class: Quickfix::UnderlyingPaymentStubIndexRateMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateMultiplier

Returns a new instance of UnderlyingPaymentStubIndexRateMultiplier.



36627
36628
36629
36630
36631
36632
36633
# File 'lib/quickfix_fields.rb', line 36627

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