Class: Quickfix::UnderlyingPaymentStubIndexRateTreatment

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

Returns a new instance of UnderlyingPaymentStubIndexRateTreatment.



36666
36667
36668
36669
36670
36671
36672
# File 'lib/quickfix_fields.rb', line 36666

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

Class Method Details

.fieldObject



36663
36664
36665
# File 'lib/quickfix_fields.rb', line 36663

def UnderlyingPaymentStubIndexRateTreatment.field
	return 40721
end