Class: Quickfix::LegPaymentStreamCompoundingCapRate

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

Returns a new instance of LegPaymentStreamCompoundingCapRate.



66345
66346
66347
66348
66349
66350
66351
# File 'lib/quickfix_fields.rb', line 66345

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

Class Method Details

.fieldObject



66342
66343
66344
# File 'lib/quickfix_fields.rb', line 66342

def LegPaymentStreamCompoundingCapRate.field
	return 42434
end