Class: Quickfix::UnderlyingDividendFloatingRateIndex

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

Returns a new instance of UnderlyingDividendFloatingRateIndex.



71129
71130
71131
71132
71133
71134
71135
# File 'lib/quickfix_fields.rb', line 71129

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

Class Method Details

.fieldObject



71126
71127
71128
# File 'lib/quickfix_fields.rb', line 71126

def UnderlyingDividendFloatingRateIndex.field
  return 42801
end