Class: Quickfix::UnderlyingDividendCompoundingMethod

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

Returns a new instance of UnderlyingDividendCompoundingMethod.



71571
71572
71573
71574
71575
71576
71577
# File 'lib/quickfix_fields.rb', line 71571

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

Class Method Details

.fieldObject



71568
71569
71570
# File 'lib/quickfix_fields.rb', line 71568

def UnderlyingDividendCompoundingMethod.field
  return 42835
end