Class: Quickfix::DividendPeriodValuationDateUnadjusted

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

Returns a new instance of DividendPeriodValuationDateUnadjusted.



64213
64214
64215
64216
64217
64218
64219
# File 'lib/quickfix_fields.rb', line 64213

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

Class Method Details

.fieldObject



64210
64211
64212
# File 'lib/quickfix_fields.rb', line 64210

def DividendPeriodValuationDateUnadjusted.field
	return 42281
end