Class: Quickfix::LegDividendPeriodEndDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendPeriodEndDateUnadjusted

Returns a new instance of LegDividendPeriodEndDateUnadjusted.



65500
65501
65502
65503
65504
65505
65506
# File 'lib/quickfix_fields.rb', line 65500

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