Class: Quickfix::UnderlyingPaymentStubIndex2CurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurveUnit

Returns a new instance of UnderlyingPaymentStubIndex2CurveUnit.



36796
36797
36798
36799
36800
36801
36802
# File 'lib/quickfix_fields.rb', line 36796

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