Class: Quickfix::UnderlyingDividendCashEquivalentPercentage

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

Returns a new instance of UnderlyingDividendCashEquivalentPercentage.



71610
71611
71612
71613
71614
71615
71616
# File 'lib/quickfix_fields.rb', line 71610

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

Class Method Details

.fieldObject



71607
71608
71609
# File 'lib/quickfix_fields.rb', line 71607

def UnderlyingDividendCashEquivalentPercentage.field
  return 42838
end