Class: Quickfix::DividendPeriodValuationDateAdjusted

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

Instance Method Summary collapse

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