Class: Quickfix::LegPaymentStreamCompoundingFinalRatePrecision

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFinalRatePrecision

Returns a new instance of LegPaymentStreamCompoundingFinalRatePrecision.



66449
66450
66451
66452
66453
66454
66455
# File 'lib/quickfix_fields.rb', line 66449

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

Class Method Details

.fieldObject



66446
66447
66448
# File 'lib/quickfix_fields.rb', line 66446

def LegPaymentStreamCompoundingFinalRatePrecision.field
	return 42442
end