Class: Quickfix::UnderlyingDividendPayoutRatio

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

Returns a new instance of UnderlyingDividendPayoutRatio.



71896
71897
71898
71899
71900
71901
71902
# File 'lib/quickfix_fields.rb', line 71896

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

Class Method Details

.fieldObject



71893
71894
71895
# File 'lib/quickfix_fields.rb', line 71893

def UnderlyingDividendPayoutRatio.field
  return 42860
end