Class: Quickfix::UnderlyingDividendAveragingMethod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendAveragingMethod

Returns a new instance of UnderlyingDividendAveragingMethod.



71337
71338
71339
71340
71341
71342
71343
# File 'lib/quickfix_fields.rb', line 71337

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

Class Method Details

.fieldObject



71334
71335
71336
# File 'lib/quickfix_fields.rb', line 71334

def UnderlyingDividendAveragingMethod.field
  return 42817
end