Class: Quickfix::DividendFloatingRateIndexCurveUnit

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) ⇒ DividendFloatingRateIndexCurveUnit

Returns a new instance of DividendFloatingRateIndexCurveUnit.



63420
63421
63422
63423
63424
63425
63426
# File 'lib/quickfix_fields.rb', line 63420

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

Class Method Details

.fieldObject



63417
63418
63419
# File 'lib/quickfix_fields.rb', line 63417

def DividendFloatingRateIndexCurveUnit.field
	return 42220
end