Class: Quickfix::UnderlyingDividendPeriodStartDateUnadjusted

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodStartDateUnadjusted

Returns a new instance of UnderlyingDividendPeriodStartDateUnadjusted.



71948
71949
71950
71951
71952
71953
71954
# File 'lib/quickfix_fields.rb', line 71948

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

Class Method Details

.fieldObject



71945
71946
71947
# File 'lib/quickfix_fields.rb', line 71945

def UnderlyingDividendPeriodStartDateUnadjusted.field
	return 42864
end