Class: Quickfix::UnderlyingDividendPeriodEndDateUnadjusted

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) ⇒ UnderlyingDividendPeriodEndDateUnadjusted

Returns a new instance of UnderlyingDividendPeriodEndDateUnadjusted.



71961
71962
71963
71964
71965
71966
71967
# File 'lib/quickfix_fields.rb', line 71961

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

Class Method Details

.fieldObject



71958
71959
71960
# File 'lib/quickfix_fields.rb', line 71958

def UnderlyingDividendPeriodEndDateUnadjusted.field
	return 42865
end