Class: Quickfix::UnderlyingPaymentStreamCompoundingDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDate

Returns a new instance of UnderlyingPaymentStreamCompoundingDate.



72663
72664
72665
72666
72667
72668
72669
# File 'lib/quickfix_fields.rb', line 72663

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