Class: Quickfix::LegPaymentStreamCompoundingRateTreatment

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

Returns a new instance of LegPaymentStreamCompoundingRateTreatment.



66332
66333
66334
66335
66336
66337
66338
# File 'lib/quickfix_fields.rb', line 66332

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

Class Method Details

.fieldObject



66329
66330
66331
# File 'lib/quickfix_fields.rb', line 66329

def LegPaymentStreamCompoundingRateTreatment.field
	return 42433
end