Class: Quickfix::UnderlyingPaymentStubIndexRateTreatment

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

Instance Method Summary collapse

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