Class: Quickfix::UnderlyingDividendNumOfIndexUnits

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

Returns a new instance of UnderlyingDividendNumOfIndexUnits.



71584
71585
71586
71587
71588
71589
71590
# File 'lib/quickfix_fields.rb', line 71584

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

Class Method Details

.fieldObject



71581
71582
71583
# File 'lib/quickfix_fields.rb', line 71581

def UnderlyingDividendNumOfIndexUnits.field
  return 42836
end