Class: Quickfix::LegDividendAccrualPaymentDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateUnadjusted

Returns a new instance of LegDividendAccrualPaymentDateUnadjusted.



65045
65046
65047
65048
65049
65050
65051
# File 'lib/quickfix_fields.rb', line 65045

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