Class: Quickfix::UnderlyingDividendPeriodBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessCenter

Returns a new instance of UnderlyingDividendPeriodBusinessCenter.



72195
72196
72197
72198
72199
72200
72201
# File 'lib/quickfix_fields.rb', line 72195

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