Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesOffsetPeriod

Returns a new instance of UnderlyingPaymentStreamCompoundingDatesOffsetPeriod.



72715
72716
72717
72718
72719
72720
72721
# File 'lib/quickfix_fields.rb', line 72715

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