Class: Quickfix::UnderlyingDividendFloatingRateSpread

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendFloatingRateSpread

Returns a new instance of UnderlyingDividendFloatingRateSpread.



71181
71182
71183
71184
71185
71186
71187
# File 'lib/quickfix_fields.rb', line 71181

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

Class Method Details

.fieldObject



71178
71179
71180
# File 'lib/quickfix_fields.rb', line 71178

def UnderlyingDividendFloatingRateSpread.field
  return 42805
end