Class: Quickfix::UnderlyingPaymentStreamCompoundingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDateType

Returns a new instance of UnderlyingPaymentStreamCompoundingDateType.



72676
72677
72678
72679
72680
72681
72682
# File 'lib/quickfix_fields.rb', line 72676

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