Class: Quickfix::UnderlyingDividendAccrualPaymentDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateUnadjusted

Returns a new instance of UnderlyingDividendAccrualPaymentDateUnadjusted.



71415
71416
71417
71418
71419
71420
71421
# File 'lib/quickfix_fields.rb', line 71415

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