Class: Quickfix::UnderlyingDividendPeriodBusinessCenter

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



72192
72193
72194
# File 'lib/quickfix_fields.rb', line 72192

def UnderlyingDividendPeriodBusinessCenter.field
	return 42883
end