Class: Quickfix::DividendPeriodValuationDateAdjusted

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

Returns a new instance of DividendPeriodValuationDateAdjusted.



64278
64279
64280
64281
64282
64283
64284
# File 'lib/quickfix_fields.rb', line 64278

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

Class Method Details

.fieldObject



64275
64276
64277
# File 'lib/quickfix_fields.rb', line 64275

def DividendPeriodValuationDateAdjusted.field
	return 42286
end