Class: Quickfix::UnderlyingPaymentScheduleRateMultiplier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateMultiplier

Returns a new instance of UnderlyingPaymentScheduleRateMultiplier.



36055
36056
36057
36058
36059
36060
36061
# File 'lib/quickfix_fields.rb', line 36055

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

Class Method Details

.fieldObject



36052
36053
36054
# File 'lib/quickfix_fields.rb', line 36052

def UnderlyingPaymentScheduleRateMultiplier.field
	return 40674
end