Class: Quickfix::UnderlyingDividendFloatingRateIndexCurvePeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendFloatingRateIndexCurvePeriod

Returns a new instance of UnderlyingDividendFloatingRateIndexCurvePeriod.



71142
71143
71144
71145
71146
71147
71148
# File 'lib/quickfix_fields.rb', line 71142

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

Class Method Details

.fieldObject



71139
71140
71141
# File 'lib/quickfix_fields.rb', line 71139

def UnderlyingDividendFloatingRateIndexCurvePeriod.field
  return 42802
end