Class: Quickfix::UnderlyingDividendPeriodValuationDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateOffsetPeriod

Returns a new instance of UnderlyingDividendPeriodValuationDateOffsetPeriod.



72039
72040
72041
72042
72043
72044
72045
# File 'lib/quickfix_fields.rb', line 72039

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