Class: Quickfix::UnderlyingDividendPeriodValuationDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateRelativeTo

Returns a new instance of UnderlyingDividendPeriodValuationDateRelativeTo.



72026
72027
72028
72029
72030
72031
72032
# File 'lib/quickfix_fields.rb', line 72026

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