Class: Quickfix::UnderlyingDividendFloorRate

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

Returns a new instance of UnderlyingDividendFloorRate.



71259
71260
71261
71262
71263
71264
71265
# File 'lib/quickfix_fields.rb', line 71259

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

Class Method Details

.fieldObject



71256
71257
71258
# File 'lib/quickfix_fields.rb', line 71256

def UnderlyingDividendFloorRate.field
  return 42811
end