Class: Quickfix::UnderlyingDividendPeriodPaymentDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateRelativeTo

Returns a new instance of UnderlyingDividendPeriodPaymentDateRelativeTo.



72104
72105
72106
72107
72108
72109
72110
# File 'lib/quickfix_fields.rb', line 72104

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