Class: Quickfix::UnderlyingDividendPaymentAmount

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



71857
71858
71859
71860
71861
71862
71863
# File 'lib/quickfix_fields.rb', line 71857

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

Class Method Details

.fieldObject



71854
71855
71856
# File 'lib/quickfix_fields.rb', line 71854

def UnderlyingDividendPaymentAmount.field
  return 42857
end