Class: Quickfix::UnderlyingMaterialDividendsIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMaterialDividendsIndicator

Returns a new instance of UnderlyingMaterialDividendsIndicator.



71662
71663
71664
71665
71666
71667
71668
# File 'lib/quickfix_fields.rb', line 71662

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

Class Method Details

.fieldObject



71659
71660
71661
# File 'lib/quickfix_fields.rb', line 71659

def UnderlyingMaterialDividendsIndicator.field
  return 42842
end