Class: Quickfix::UnderlyingDividendAccrualPaymentDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateBusinessCenter

Returns a new instance of UnderlyingDividendAccrualPaymentDateBusinessCenter.



71116
71117
71118
71119
71120
71121
71122
# File 'lib/quickfix_fields.rb', line 71116

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