Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetPeriod

Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetPeriod.



72117
72118
72119
72120
72121
72122
72123
# File 'lib/quickfix_fields.rb', line 72117

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