Class: Quickfix::UnderlyingDividendCashPercentage

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

Returns a new instance of UnderlyingDividendCashPercentage.



71597
71598
71599
71600
71601
71602
71603
# File 'lib/quickfix_fields.rb', line 71597

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

Class Method Details

.fieldObject



71594
71595
71596
# File 'lib/quickfix_fields.rb', line 71594

def UnderlyingDividendCashPercentage.field
  return 42837
end