Class: Quickfix::LegPaymentStreamCompoundingFloorRate

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) ⇒ LegPaymentStreamCompoundingFloorRate

Returns a new instance of LegPaymentStreamCompoundingFloorRate.



66384
66385
66386
66387
66388
66389
66390
# File 'lib/quickfix_fields.rb', line 66384

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

Class Method Details

.fieldObject



66381
66382
66383
# File 'lib/quickfix_fields.rb', line 66381

def LegPaymentStreamCompoundingFloorRate.field
	return 42437
end