Class: Quickfix::UnderlyingDividendPeriodPaymentDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateAdjusted

Returns a new instance of UnderlyingDividendPeriodPaymentDateAdjusted.



72156
72157
72158
72159
72160
72161
72162
# File 'lib/quickfix_fields.rb', line 72156

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