Class: Quickfix::UnderlyingDividendPaymentDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPaymentDate

Returns a new instance of UnderlyingDividendPaymentDate.



71844
71845
71846
71847
71848
71849
71850
# File 'lib/quickfix_fields.rb', line 71844

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