Class: Quickfix::UnderlyingDividendPeriodPaymentDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateUnadjusted

Returns a new instance of UnderlyingDividendPeriodPaymentDateUnadjusted.



72091
72092
72093
72094
72095
72096
72097
# File 'lib/quickfix_fields.rb', line 72091

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