Class: Quickfix::UnderlyingPaymentStubIndexCurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCurveUnit

Returns a new instance of UnderlyingPaymentStubIndexCurveUnit.



36614
36615
36616
36617
36618
36619
36620
# File 'lib/quickfix_fields.rb', line 36614

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