Class: Quickfix::UnderlyingDividendPeriodValuationDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



72023
72024
72025
# File 'lib/quickfix_fields.rb', line 72023

def UnderlyingDividendPeriodValuationDateRelativeTo.field
	return 42870
end